Html Css Color HEX #649303 Olive Drab

📋 copy color: '#649303'

red 100 ◦ green 147 ◦ blue 3

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

Shades of Olive Drab #649303

Tints of Olive Drab #649303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 40%
G = 58.8%
B = 1.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#649303 (or 0x649303) is known color: Olive Drab. HEX triplet: 64, 93 and 03. RGB value is (100,147,3). Sum of RGB (Red+Green+Blue) = 100+147+3=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #649303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649303 is #9B6CFC. Grayscale: #757575. Windows color (decimal): -10185981 or 234340. OLE color: 234340.

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

Color convert

RGB 100 147 3 -
CMYK 0.32 0 0.98 0.42
HSL 79.58º 0.96% 0.29% -
HSV(B) 79.58º 0.98% 0.58% -
XYZ 15.71 23.58 3.81 -
YUV 116.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 100 147 3 0.32 0 0.98 0.42 79.58 0.96 0.29
Hex 64 93 3 20 0 62 2A 50 60 1D
Octal 144 223 3 40 0 142 52 120 140 35
Binary 1100100 10010011 11 100000 0 1100010 101010 1010000 1100000 11101

Color Harmonies of #649303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649303

Black with #649303

Text Example


Text Example

White with #649303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649303; }

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

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

background-color css

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

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

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

border-color css

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

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

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