Html Css Color HEX #66721A Fiji Green

📋 copy color: '#66721A'

red 102 ◦ green 114 ◦ blue 26

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

Shades of Fiji Green #66721A

Tints of Fiji Green #66721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 42.15%
G = 47.11%
B = 10.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#66721A (or 0x66721A) is known color: Fiji Green. HEX triplet: 66, 72 and 1A. RGB value is (102,114,26). Sum of RGB (Red+Green+Blue) = 102+114+26=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #66721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66721A is #998DE5. Grayscale: #646464. Windows color (decimal): -10063334 or 1733222. OLE color: 1733222.

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

Color convert

RGB 102 114 26 -
CMYK 0.11 0 0.77 0.55
HSL 68.18º 0.63% 0.27% -
HSV(B) 68.18º 0.77% 0.45% -
XYZ 11.68 14.93 3.24 -
YUV 100.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 102 114 26 0.11 0 0.77 0.55 68.18 0.63 0.27
Hex 66 72 1A B 0 4D 37 44 3F 1B
Octal 146 162 32 13 0 115 67 104 77 33
Binary 1100110 1110010 11010 1011 0 1001101 110111 1000100 111111 11011

Color Harmonies of #66721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66721A

Black with #66721A

Text Example


Text Example

White with #66721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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