Html Css Color HEX #666F1F Fiji Green

📋 copy color: '#666F1F'

red 102 ◦ green 111 ◦ blue 31

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

Shades of Fiji Green #666F1F

Tints of Fiji Green #666F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.49%

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 41.8%
G = 45.49%
B = 12.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#666F1F (or 0x666F1F) is known color: Fiji Green. HEX triplet: 66, 6F and 1F. RGB value is (102,111,31). Sum of RGB (Red+Green+Blue) = 102+111+31=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #666F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F1F is #9990E0. Grayscale: #636363. Windows color (decimal): -10064097 or 2060134. OLE color: 2060134.

HSL color Cylindrical-coordinate representation of color #666F1F: hue angle of 66.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #666F1F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 111 31 -
CMYK 0.08 0 0.72 0.56
HSL 66.75º 0.56% 0.28% -
HSV(B) 66.75º 0.72% 0.44% -
XYZ 11.41 14.29 3.45 -
YUV 99.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 102 111 31 0.08 0 0.72 0.56 66.75 0.56 0.28
Hex 66 6F 1F 8 0 48 38 43 38 1C
Octal 146 157 37 10 0 110 70 103 70 34
Binary 1100110 1101111 11111 1000 0 1001000 111000 1000011 111000 11100

Color Harmonies of #666F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F1F

Black with #666F1F

Text Example


Text Example

White with #666F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666F1F; }

 p { color: rgb(102,111,31); }

 H1.HeaderClassName
 {
   color: #666F1F;
 }
 .AnyTagClassName
 {
   color: #666F1F;
 }
</style>

background-color css

<style>
 a { background-color: #666F1F; }

 a { background-color: rgb(102,111,31); }

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

border-color css

<style>
 span { border-color: #666F1F; }

 span { border-color: rgb(102,111,31); }

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