Html Css Color HEX #669105 Olive Drab

📋 copy color: '#669105'

red 102 ◦ green 145 ◦ blue 5

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

Shades of Olive Drab #669105

Tints of Olive Drab #669105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.54%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 40.48%
G = 57.54%
B = 1.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#669105 (or 0x669105) is known color: Olive Drab. HEX triplet: 66, 91 and 05. RGB value is (102,145,5). Sum of RGB (Red+Green+Blue) = 102+145+5=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #669105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669105 is #996EFA. Grayscale: #747474. Windows color (decimal): -10055419 or 364902. OLE color: 364902.

HSL color Cylindrical-coordinate representation of color #669105: hue angle of 78.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669105 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 5 -
CMYK 0.30 0 0.97 0.43
HSL 78.43º 0.93% 0.29% -
HSV(B) 78.43º 0.97% 0.57% -
XYZ 15.63 23.09 3.78 -
YUV 116.18 65.25 117.88 -
System Red Green Blue C M Y K H S L
Decimal 102 145 5 0.30 0 0.97 0.43 78.43 0.93 0.29
Hex 66 91 5 1E 0 61 2B 4E 5D 1D
Octal 146 221 5 36 0 141 53 116 135 35
Binary 1100110 10010001 101 11110 0 1100001 101011 1001110 1011101 11101

Color Harmonies of #669105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669105

Black with #669105

Text Example


Text Example

White with #669105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669105; }

 p { color: rgb(102,145,5); }

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

background-color css

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

 a { background-color: rgb(102,145,5); }

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

border-color css

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

 span { border-color: rgb(102,145,5); }

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