#66731B

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

Shades of Fiji Green #66731B

Tints of Fiji Green #66731B

Color information

#66731B (or 0x66731B) is unknown color: approx Fiji Green. HEX triplet: 66, 73 and 1B. RGB value is (102,115,27). Sum of RGB (Red+Green+Blue) = 102+115+27=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #66731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66731B is #998CE4. Grayscale: #656565. Windows color (decimal): -10063077 or 1799014. OLE color: 1799014.

HSL color Cylindrical-coordinate representation of color #66731B: hue angle of 68.86º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66731B is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB10211527-
CMYK0.1100.770.55
HSL68.86º61.97%27.84%-
HSV(B)68.86º76.52%45.1%-
XYZ11.8115.173.34-
YUV101.0886.19128.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=41.80%
G=47.13%
B=11.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102115270.1100.770.5568.8661.9727.84
Hex66731BB04D37453e1c
Octal14616333130115671057634
Binary1100110111001111011101101001101110111100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66731B; }

 p { color: rgb(102,115,27); }

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

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

 a { background-color: rgb(102,115,27); }

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

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

 span { border-color: rgb(102,115,27); }

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