#676B14

Color #676B14 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #676B14

Tints of Fiji Green #676B14

Color information

#676B14 (or 0x676B14) is unknown color: approx Fiji Green. HEX triplet: 67, 6B and 14. RGB value is (103,107,20). Sum of RGB (Red+Green+Blue) = 103+107+20=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #676B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676B14 is #9894EB. Grayscale: #606060. Windows color (decimal): -9999596 or 1338215. OLE color: 1338215.

HSL color Cylindrical-coordinate representation of color #676B14: hue angle of 62.76º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #676B14 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB10310720-
CMYK0.0400.810.58
HSL62.76º68.5%24.9%-
HSV(B)62.76º81.31%41.96%-
XYZ10.9813.452.68-
YUV95.8985.17133.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 44.78%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 20 (8.20% from 255) = 8.70%
R=44.78%
G=46.52%
B=8.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103107200.0400.810.5862.7668.524.9
Hex676B1440513A3f4519
Octal1471532440121727710531
Binary110011111010111010010001010001111010111111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676B14; }

 p { color: rgb(103,107,20); }

 H1.HeaderClassName
 {
   color: #676B14;
 }
 .AnyTagClassName
 {
   color: #676B14;
 }
</style>
background-color css

<style>
 a { background-color: #676B14; }

 a { background-color: rgb(103,107,20); }

 div.DivClassName
 {
   background-color: #676B14;
 }
 .BgClassName
 {
   background-color: #676B14;
 }
</style>
border-color css

<style>
 span { border-color: #676B14; }

 span { border-color: rgb(103,107,20); }

 td.TdClassName
 {
   border-color: #676B14;
 }
 .TagClassName
 {
   border-color: #676B14;
 }
</style>