Html Css Color HEX #666913 Fiji Green

📋 copy color: '#666913'

red 102 ◦ green 105 ◦ blue 19

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

Shades of Fiji Green #666913

Tints of Fiji Green #666913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 45.13%
G = 46.46%
B = 8.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#666913 (or 0x666913) is known color: Fiji Green. HEX triplet: 66, 69 and 13. RGB value is (102,105,19). Sum of RGB (Red+Green+Blue) = 102+105+19=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #666913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666913 is #9996EC. Grayscale: #5E5E5E. Windows color (decimal): -10065645 or 1272166. OLE color: 1272166.

HSL color Cylindrical-coordinate representation of color #666913: hue angle of 62.09º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #666913 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 105 19 -
CMYK 0.03 0 0.82 0.59
HSL 62.09º 0.69% 0.24% -
HSV(B) 62.09º 0.82% 0.41% -
XYZ 10.65 12.97 2.56 -
YUV 94.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 102 105 19 0.03 0 0.82 0.59 62.09 0.69 0.24
Hex 66 69 13 3 0 52 3B 3E 45 18
Octal 146 151 23 3 0 122 73 76 105 30
Binary 1100110 1101001 10011 11 0 1010010 111011 111110 1000101 11000

Color Harmonies of #666913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666913

Black with #666913

Text Example


Text Example

White with #666913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666913; }

 p { color: rgb(102,105,19); }

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

background-color css

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

 a { background-color: rgb(102,105,19); }

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

border-color css

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

 span { border-color: rgb(102,105,19); }

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