#667210

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

Shades of Fiji Green #667210

Tints of Fiji Green #667210

Color information

#667210 (or 0x667210) is unknown color: approx Fiji Green. HEX triplet: 66, 72 and 10. RGB value is (102,114,16). Sum of RGB (Red+Green+Blue) = 102+114+16=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #667210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667210 is #998DEF. Grayscale: #636363. Windows color (decimal): -10063344 or 1077862. OLE color: 1077862.

HSL color Cylindrical-coordinate representation of color #667210: hue angle of 67.35º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #667210 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB10211416-
CMYK0.1100.860.55
HSL67.35º75.38%25.49%-
HSV(B)67.35º85.96%44.71%-
XYZ11.5914.92.75-
YUV99.2481.02129.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=43.97%
G=49.14%
B=6.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114160.1100.860.5567.3575.3825.49
Hex667210B05637434b19
Octal146162201301266710311331
Binary11001101110010100001011010101101101111000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667210; }

 p { color: rgb(102,114,16); }

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

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

 a { background-color: rgb(102,114,16); }

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

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

 span { border-color: rgb(102,114,16); }

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