Html Css Color HEX #649300 Olive Drab

📋 copy color: '#649300'

red 100 ◦ green 147 ◦ blue 0

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

Shades of Olive Drab #649300

Tints of Olive Drab #649300

RGB

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

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

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

R = 40.49%
G = 59.51%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#649300 (or 0x649300) is known color: Olive Drab. HEX triplet: 64, 93 and 00. RGB value is (100,147,0). Sum of RGB (Red+Green+Blue) = 100+147+0=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #649300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649300 is #9B6CFF. Grayscale: #747474. Windows color (decimal): -10185984 or 37732. OLE color: 37732.

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

Color convert

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

Color Harmonies of #649300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649300

Black with #649300

Text Example


Text Example

White with #649300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649300; }

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

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

background-color css

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

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

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

border-color css

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

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

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