Html Css Color HEX #66721C Fiji Green

📋 copy color: '#66721C'

red 102 ◦ green 114 ◦ blue 28

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

Shades of Fiji Green #66721C

Tints of Fiji Green #66721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.72%

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 41.8%
G = 46.72%
B = 11.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#66721C (or 0x66721C) is known color: Fiji Green. HEX triplet: 66, 72 and 1C. RGB value is (102,114,28). Sum of RGB (Red+Green+Blue) = 102+114+28=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #66721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66721C is #998DE3. Grayscale: #646464. Windows color (decimal): -10063332 or 1864294. OLE color: 1864294.

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

Color convert

RGB 102 114 28 -
CMYK 0.11 0 0.75 0.55
HSL 68.37º 0.61% 0.28% -
HSV(B) 68.37º 0.75% 0.45% -
XYZ 11.71 14.94 3.37 -
YUV 100.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 102 114 28 0.11 0 0.75 0.55 68.37 0.61 0.28
Hex 66 72 1C B 0 4B 37 44 3D 1C
Octal 146 162 34 13 0 113 67 104 75 34
Binary 1100110 1110010 11100 1011 0 1001011 110111 1000100 111101 11100

Color Harmonies of #66721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66721C

Black with #66721C

Text Example


Text Example

White with #66721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66721C; }

 p { color: rgb(102,114,28); }

 H1.HeaderClassName
 {
   color: #66721C;
 }
 .AnyTagClassName
 {
   color: #66721C;
 }
</style>

background-color css

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

 a { background-color: rgb(102,114,28); }

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

border-color css

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

 span { border-color: rgb(102,114,28); }

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