Html Css Color HEX #669402 Olive Drab

📋 copy color: '#669402'

red 102 ◦ green 148 ◦ blue 2

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

Shades of Olive Drab #669402

Tints of Olive Drab #669402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.73%

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

R = 40.48%
G = 58.73%
B = 0.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#669402 (or 0x669402) is known color: Olive Drab. HEX triplet: 66, 94 and 02. RGB value is (102,148,2). Sum of RGB (Red+Green+Blue) = 102+148+2=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #669402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669402 is #996BFD. Grayscale: #767676. Windows color (decimal): -10054654 or 169062. OLE color: 169062.

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

Color convert

RGB 102 148 2 -
CMYK 0.31 0 0.99 0.42
HSL 78.9º 0.97% 0.29% -
HSV(B) 78.9º 0.99% 0.58% -
XYZ 16.08 24.01 3.84 -
YUV 117.6 62.76 116.87 -
System Red Green Blue C M Y K H S L
Decimal 102 148 2 0.31 0 0.99 0.42 78.9 0.97 0.29
Hex 66 94 2 1F 0 63 2A 4F 61 1D
Octal 146 224 2 37 0 143 52 117 141 35
Binary 1100110 10010100 10 11111 0 1100011 101010 1001111 1100001 11101

Color Harmonies of #669402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669402

Black with #669402

Text Example


Text Example

White with #669402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669402; }

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

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

background-color css

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

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

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

border-color css

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

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

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