Html Css Color HEX #669002 Olive Drab

📋 copy color: '#669002'

red 102 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #669002

Tints of Olive Drab #669002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 58.06%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 41.13%
G = 58.06%
B = 0.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#669002 (or 0x669002) is known color: Olive Drab. HEX triplet: 66, 90 and 02. RGB value is (102,144,2). Sum of RGB (Red+Green+Blue) = 102+144+2=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #669002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669002 is #996FFD. Grayscale: #737373. Windows color (decimal): -10055678 or 168038. OLE color: 168038.

HSL color Cylindrical-coordinate representation of color #669002: hue angle of 77.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #669002 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 2 -
CMYK 0.29 0 0.99 0.44
HSL 77.75º 0.97% 0.29% -
HSV(B) 77.75º 0.99% 0.56% -
XYZ 15.46 22.78 3.64 -
YUV 115.25 64.09 118.55 -
System Red Green Blue C M Y K H S L
Decimal 102 144 2 0.29 0 0.99 0.44 77.75 0.97 0.29
Hex 66 90 2 1D 0 63 2C 4E 61 1D
Octal 146 220 2 35 0 143 54 116 141 35
Binary 1100110 10010000 10 11101 0 1100011 101100 1001110 1100001 11101

Color Harmonies of #669002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669002

Black with #669002

Text Example


Text Example

White with #669002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669002; }

 p { color: rgb(102,144,2); }

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

background-color css

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

 a { background-color: rgb(102,144,2); }

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

border-color css

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

 span { border-color: rgb(102,144,2); }

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