Html Css Color HEX #66701A Fiji Green

📋 copy color: '#66701A'

red 102 ◦ green 112 ◦ blue 26

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

Shades of Fiji Green #66701A

Tints of Fiji Green #66701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

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

R = 42.5%
G = 46.67%
B = 10.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#66701A (or 0x66701A) is known color: Fiji Green. HEX triplet: 66, 70 and 1A. RGB value is (102,112,26). Sum of RGB (Red+Green+Blue) = 102+112+26=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #66701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66701A is #998FE5. Grayscale: #636363. Windows color (decimal): -10063846 or 1732710. OLE color: 1732710.

HSL color Cylindrical-coordinate representation of color #66701A: hue angle of 66.98º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66701A is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 26 -
CMYK 0.09 0 0.77 0.56
HSL 66.98º 0.62% 0.27% -
HSV(B) 66.98º 0.77% 0.44% -
XYZ 11.46 14.49 3.17 -
YUV 99.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 102 112 26 0.09 0 0.77 0.56 66.98 0.62 0.27
Hex 66 70 1A 9 0 4D 38 43 3E 1B
Octal 146 160 32 11 0 115 70 103 76 33
Binary 1100110 1110000 11010 1001 0 1001101 111000 1000011 111110 11011

Color Harmonies of #66701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66701A

Black with #66701A

Text Example


Text Example

White with #66701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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