Html Css Color HEX #649402 Olive Drab

📋 copy color: '#649402'

red 100 ◦ green 148 ◦ blue 2

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

Shades of Olive Drab #649402

Tints of Olive Drab #649402

RGB

 RED value IS 100 (39.45% from 255) = 40%

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

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

R = 40%
G = 59.2%
B = 0.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#649402 (or 0x649402) is known color: Olive Drab. HEX triplet: 64, 94 and 02. RGB value is (100,148,2). Sum of RGB (Red+Green+Blue) = 100+148+2=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #649402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649402 is #9B6BFD. Grayscale: #757575. Windows color (decimal): -10185726 or 169060. OLE color: 169060.

HSL color Cylindrical-coordinate representation of color #649402: hue angle of 79.73º 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 #649402 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 2 -
CMYK 0.32 0 0.99 0.42
HSL 79.73º 0.97% 0.29% -
HSV(B) 79.73º 0.99% 0.58% -
XYZ 15.86 23.89 3.83 -
YUV 117 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 100 148 2 0.32 0 0.99 0.42 79.73 0.97 0.29
Hex 64 94 2 20 0 63 2A 50 61 1D
Octal 144 224 2 40 0 143 52 120 141 35
Binary 1100100 10010100 10 100000 0 1100011 101010 1010000 1100001 11101

Color Harmonies of #649402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649402

Black with #649402

Text Example


Text Example

White with #649402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649402; }

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

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

background-color css

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

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

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

border-color css

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

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

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