Html Css Color HEX #66711A Fiji Green

📋 copy color: '#66711A'

red 102 ◦ green 113 ◦ blue 26

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

Shades of Fiji Green #66711A

Tints of Fiji Green #66711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

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

R = 42.32%
G = 46.89%
B = 10.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#66711A (or 0x66711A) is known color: Fiji Green. HEX triplet: 66, 71 and 1A. RGB value is (102,113,26). Sum of RGB (Red+Green+Blue) = 102+113+26=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #66711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66711A is #998EE5. Grayscale: #646464. Windows color (decimal): -10063590 or 1732966. OLE color: 1732966.

HSL color Cylindrical-coordinate representation of color #66711A: hue angle of 67.59º degrees, saturation: 0.63, 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 #66711A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 113 26 -
CMYK 0.10 0 0.77 0.56
HSL 67.59º 0.63% 0.27% -
HSV(B) 67.59º 0.77% 0.44% -
XYZ 11.57 14.71 3.21 -
YUV 99.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 102 113 26 0.10 0 0.77 0.56 67.59 0.63 0.27
Hex 66 71 1A A 0 4D 38 44 3F 1B
Octal 146 161 32 12 0 115 70 104 77 33
Binary 1100110 1110001 11010 1010 0 1001101 111000 1000100 111111 11011

Color Harmonies of #66711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66711A

Black with #66711A

Text Example


Text Example

White with #66711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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