Html Css Color HEX #666B1F Fiji Green

📋 copy color: '#666B1F'

red 102 ◦ green 107 ◦ blue 31

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

Shades of Fiji Green #666B1F

Tints of Fiji Green #666B1F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

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

R = 42.5%
G = 44.58%
B = 12.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#666B1F (or 0x666B1F) is known color: Fiji Green. HEX triplet: 66, 6B and 1F. RGB value is (102,107,31). Sum of RGB (Red+Green+Blue) = 102+107+31=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #666B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B1F is #9994E0. Grayscale: #616161. Windows color (decimal): -10065121 or 2059110. OLE color: 2059110.

HSL color Cylindrical-coordinate representation of color #666B1F: hue angle of 63.95º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #666B1F is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 107 31 -
CMYK 0.05 0 0.71 0.58
HSL 63.95º 0.55% 0.27% -
HSV(B) 63.95º 0.71% 0.42% -
XYZ 10.98 13.44 3.31 -
YUV 96.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 102 107 31 0.05 0 0.71 0.58 63.95 0.55 0.27
Hex 66 6B 1F 5 0 47 3A 40 37 1B
Octal 146 153 37 5 0 107 72 100 67 33
Binary 1100110 1101011 11111 101 0 1000111 111010 1000000 110111 11011

Color Harmonies of #666B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B1F

Black with #666B1F

Text Example


Text Example

White with #666B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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