Html Css Color HEX #649302 Olive Drab

📋 copy color: '#649302'

red 100 ◦ green 147 ◦ blue 2

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

Shades of Olive Drab #649302

Tints of Olive Drab #649302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 59.04%

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

R = 40.16%
G = 59.04%
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

#649302 (or 0x649302) is known color: Olive Drab. HEX triplet: 64, 93 and 02. RGB value is (100,147,2). Sum of RGB (Red+Green+Blue) = 100+147+2=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #649302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649302 is #9B6CFD. Grayscale: #747474. Windows color (decimal): -10185982 or 168804. OLE color: 168804.

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

Color convert

RGB 100 147 2 -
CMYK 0.32 0 0.99 0.42
HSL 79.45º 0.97% 0.29% -
HSV(B) 79.45º 0.99% 0.58% -
XYZ 15.7 23.58 3.78 -
YUV 116.42 63.43 116.29 -
System Red Green Blue C M Y K H S L
Decimal 100 147 2 0.32 0 0.99 0.42 79.45 0.97 0.29
Hex 64 93 2 20 0 63 2A 4F 61 1D
Octal 144 223 2 40 0 143 52 117 141 35
Binary 1100100 10010011 10 100000 0 1100011 101010 1001111 1100001 11101

Color Harmonies of #649302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649302

Black with #649302

Text Example


Text Example

White with #649302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649302; }

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

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

background-color css

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

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

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

border-color css

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

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

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