Html Css Color HEX #649200 Olive Drab

📋 copy color: '#649200'

red 100 ◦ green 146 ◦ blue 0

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

Shades of Olive Drab #649200

Tints of Olive Drab #649200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.65%
G = 59.35%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#649200 (or 0x649200) is known color: Olive Drab. HEX triplet: 64, 92 and 00. RGB value is (100,146,0). Sum of RGB (Red+Green+Blue) = 100+146+0=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #649200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649200 is #9B6DFF. Grayscale: #747474. Windows color (decimal): -10186240 or 37476. OLE color: 37476.

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

Color convert

RGB 100 146 0 -
CMYK 0.32 0 1 0.43
HSL 78.9º 1% 0.29% -
HSV(B) 78.9º 1% 0.57% -
XYZ 15.53 23.27 3.67 -
YUV 115.6 62.76 116.87 -
System Red Green Blue C M Y K H S L
Decimal 100 146 0 0.32 0 1 0.43 78.9 1 0.29
Hex 64 92 0 20 0 64 2B 4F 64 1D
Octal 144 222 0 40 0 144 53 117 144 35
Binary 1100100 10010010 0 100000 0 1100100 101011 1001111 1100100 11101

Color Harmonies of #649200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649200

Black with #649200

Text Example


Text Example

White with #649200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649200; }

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

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

background-color css

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

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

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

border-color css

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

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

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