Html Css Color HEX #66740A Fiji Green

📋 copy color: '#66740A'

red 102 ◦ green 116 ◦ blue 10

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

Shades of Fiji Green #66740A

Tints of Fiji Green #66740A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.39%

R = 44.74%
G = 50.88%
B = 4.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#66740A (or 0x66740A) is known color: Fiji Green. HEX triplet: 66, 74 and 0A. RGB value is (102,116,10). Sum of RGB (Red+Green+Blue) = 102+116+10=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #66740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66740A is #998BF5. Grayscale: #646464. Windows color (decimal): -10062838 or 685158. OLE color: 685158.

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

Color convert

RGB 102 116 10 -
CMYK 0.12 0 0.91 0.55
HSL 67.92º 0.84% 0.25% -
HSV(B) 67.92º 0.91% 0.45% -
XYZ 11.78 15.34 2.63 -
YUV 99.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 102 116 10 0.12 0 0.91 0.55 67.92 0.84 0.25
Hex 66 74 A C 0 5B 37 44 54 19
Octal 146 164 12 14 0 133 67 104 124 31
Binary 1100110 1110100 1010 1100 0 1011011 110111 1000100 1010100 11001

Color Harmonies of #66740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66740A

Black with #66740A

Text Example


Text Example

White with #66740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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