#667505

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

Shades of Fiji Green #667505

Tints of Fiji Green #667505

Color information

#667505 (or 0x667505) is unknown color: approx Fiji Green. HEX triplet: 66, 75 and 05. RGB value is (102,117,5). Sum of RGB (Red+Green+Blue) = 102+117+5=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #667505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667505 is #998AFA. Grayscale: #646464. Windows color (decimal): -10062587 or 357734. OLE color: 357734.

HSL color Cylindrical-coordinate representation of color #667505: hue angle of 68.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #667505 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB1021175-
CMYK0.1300.960.54
HSL68.04º91.8%23.92%-
HSV(B)68.04º95.73%45.88%-
XYZ11.8715.562.52-
YUV99.7574.53129.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=45.54%
G=52.23%
B=2.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10211750.1300.960.5468.0491.823.92
Hex66755D06036445c18
Octal14616551501406610413430
Binary110011011101011011101011000001101101000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667505; }

 p { color: rgb(102,117,5); }

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

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

 a { background-color: rgb(102,117,5); }

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

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

 span { border-color: rgb(102,117,5); }

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