Html Css Color HEX #66740D Fiji Green

📋 copy color: '#66740D'

red 102 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #66740D

Tints of Fiji Green #66740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.22%

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 44.16%
G = 50.22%
B = 5.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#66740D (or 0x66740D) is known color: Fiji Green. HEX triplet: 66, 74 and 0D. RGB value is (102,116,13). Sum of RGB (Red+Green+Blue) = 102+116+13=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #66740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66740D is #998BF2. Grayscale: #646464. Windows color (decimal): -10062835 or 881766. OLE color: 881766.

HSL color Cylindrical-coordinate representation of color #66740D: hue angle of 68.16º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66740D is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 13 -
CMYK 0.12 0 0.89 0.55
HSL 68.16º 0.8% 0.25% -
HSV(B) 68.16º 0.89% 0.45% -
XYZ 11.8 15.34 2.72 -
YUV 100.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 102 116 13 0.12 0 0.89 0.55 68.16 0.8 0.25
Hex 66 74 D C 0 59 37 44 50 19
Octal 146 164 15 14 0 131 67 104 120 31
Binary 1100110 1110100 1101 1100 0 1011001 110111 1000100 1010000 11001

Color Harmonies of #66740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66740D

Black with #66740D

Text Example


Text Example

White with #66740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66740D; }

 p { color: rgb(102,116,13); }

 H1.HeaderClassName
 {
   color: #66740D;
 }
 .AnyTagClassName
 {
   color: #66740D;
 }
</style>

background-color css

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

 a { background-color: rgb(102,116,13); }

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

border-color css

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

 span { border-color: rgb(102,116,13); }

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