Html Css Color HEX #666E0D Fiji Green

📋 copy color: '#666E0D'

red 102 ◦ green 110 ◦ blue 13

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

Shades of Fiji Green #666E0D

Tints of Fiji Green #666E0D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.89%

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 45.33%
G = 48.89%
B = 5.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#666E0D (or 0x666E0D) is known color: Fiji Green. HEX triplet: 66, 6E and 0D. RGB value is (102,110,13). Sum of RGB (Red+Green+Blue) = 102+110+13=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #666E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666E0D is #9991F2. Grayscale: #606060. Windows color (decimal): -10064371 or 880230. OLE color: 880230.

HSL color Cylindrical-coordinate representation of color #666E0D: hue angle of 64.95º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #666E0D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 110 13 -
CMYK 0.07 0 0.88 0.57
HSL 64.95º 0.79% 0.24% -
HSV(B) 64.95º 0.88% 0.43% -
XYZ 11.13 14.01 2.5 -
YUV 96.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 102 110 13 0.07 0 0.88 0.57 64.95 0.79 0.24
Hex 66 6E D 7 0 58 39 41 4F 18
Octal 146 156 15 7 0 130 71 101 117 30
Binary 1100110 1101110 1101 111 0 1011000 111001 1000001 1001111 11000

Color Harmonies of #666E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666E0D

Black with #666E0D

Text Example


Text Example

White with #666E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,110,13); }

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

background-color css

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

 a { background-color: rgb(102,110,13); }

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

border-color css

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

 span { border-color: rgb(102,110,13); }

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