Html Css Color HEX #66730E Fiji Green

📋 copy color: '#66730E'

red 102 ◦ green 115 ◦ blue 14

#66730E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #66730E

Tints of Fiji Green #66730E

RGB

 RED value IS 102 (40.23% from 255) = 44.16%

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 14 (5.86% from 255) = 6.06%

R = 44.16%
G = 49.78%
B = 6.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#66730E (or 0x66730E) is known color: Fiji Green. HEX triplet: 66, 73 and 0E. RGB value is (102,115,14). Sum of RGB (Red+Green+Blue) = 102+115+14=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #66730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66730E is #998CF1. Grayscale: #636363. Windows color (decimal): -10063090 or 947046. OLE color: 947046.

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

Color convert

RGB 102 115 14 -
CMYK 0.11 0 0.88 0.55
HSL 67.72º 0.78% 0.25% -
HSV(B) 67.72º 0.88% 0.45% -
XYZ 11.69 15.12 2.72 -
YUV 99.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 102 115 14 0.11 0 0.88 0.55 67.72 0.78 0.25
Hex 66 73 E B 0 58 37 44 4E 19
Octal 146 163 16 13 0 130 67 104 116 31
Binary 1100110 1110011 1110 1011 0 1011000 110111 1000100 1001110 11001

Color Harmonies of #66730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66730E

Black with #66730E

Text Example


Text Example

White with #66730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66730E; }

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

 H1.HeaderClassName
 {
   color: #66730E;
 }
 .AnyTagClassName
 {
   color: #66730E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #66730E;
 }
 .BgClassName
 {
   background-color: #66730E;
 }
</style>

border-color css

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

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

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