Html Css Color HEX #649202 Olive Drab

📋 copy color: '#649202'

red 100 ◦ green 146 ◦ blue 2

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

Shades of Olive Drab #649202

Tints of Olive Drab #649202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.87%

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

R = 40.32%
G = 58.87%
B = 0.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#649202 (or 0x649202) is known color: Olive Drab. HEX triplet: 64, 92 and 02. RGB value is (100,146,2). Sum of RGB (Red+Green+Blue) = 100+146+2=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #649202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649202 is #9B6DFD. Grayscale: #747474. Windows color (decimal): -10186238 or 168548. OLE color: 168548.

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

Color convert

RGB 100 146 2 -
CMYK 0.32 0 0.99 0.43
HSL 79.17º 0.97% 0.29% -
HSV(B) 79.17º 0.99% 0.57% -
XYZ 15.55 23.27 3.73 -
YUV 115.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 100 146 2 0.32 0 0.99 0.43 79.17 0.97 0.29
Hex 64 92 2 20 0 63 2B 4F 61 1D
Octal 144 222 2 40 0 143 53 117 141 35
Binary 1100100 10010010 10 100000 0 1100011 101011 1001111 1100001 11101

Color Harmonies of #649202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649202

Black with #649202

Text Example


Text Example

White with #649202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649202; }

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

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

background-color css

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

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

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

border-color css

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

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

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