Html Css Color HEX #649301 Olive Drab

📋 copy color: '#649301'

red 100 ◦ green 147 ◦ blue 1

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

Shades of Olive Drab #649301

Tints of Olive Drab #649301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 40.32%
G = 59.27%
B = 0.4%

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

#649301 (or 0x649301) is known color: Olive Drab. HEX triplet: 64, 93 and 01. RGB value is (100,147,1). Sum of RGB (Red+Green+Blue) = 100+147+1=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #649301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649301 is #9B6CFE. Grayscale: #747474. Windows color (decimal): -10185983 or 103268. OLE color: 103268.

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

Color convert

RGB 100 147 1 -
CMYK 0.32 0 0.99 0.42
HSL 79.32º 0.99% 0.29% -
HSV(B) 79.32º 0.99% 0.58% -
XYZ 15.69 23.58 3.75 -
YUV 116.3 62.93 116.37 -
System Red Green Blue C M Y K H S L
Decimal 100 147 1 0.32 0 0.99 0.42 79.32 0.99 0.29
Hex 64 93 1 20 0 63 2A 4F 63 1D
Octal 144 223 1 40 0 143 52 117 143 35
Binary 1100100 10010011 1 100000 0 1100011 101010 1001111 1100011 11101

Color Harmonies of #649301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649301

Black with #649301

Text Example


Text Example

White with #649301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649301; }

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

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

background-color css

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

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

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

border-color css

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

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

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