Html Css Color HEX #649308 Olive Drab

📋 copy color: '#649308'

red 100 ◦ green 147 ◦ blue 8

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

Shades of Olive Drab #649308

Tints of Olive Drab #649308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.14%

R = 39.22%
G = 57.65%
B = 3.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#649308 (or 0x649308) is known color: Olive Drab. HEX triplet: 64, 93 and 08. RGB value is (100,147,8). Sum of RGB (Red+Green+Blue) = 100+147+8=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #649308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649308 is #9B6CF7. Grayscale: #757575. Windows color (decimal): -10185976 or 562020. OLE color: 562020.

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

Color convert

RGB 100 147 8 -
CMYK 0.32 0 0.95 0.42
HSL 80.29º 0.9% 0.3% -
HSV(B) 80.29º 0.95% 0.58% -
XYZ 15.73 23.59 3.95 -
YUV 117.1 66.43 115.8 -
System Red Green Blue C M Y K H S L
Decimal 100 147 8 0.32 0 0.95 0.42 80.29 0.9 0.3
Hex 64 93 8 20 0 5F 2A 50 5A 1E
Octal 144 223 10 40 0 137 52 120 132 36
Binary 1100100 10010011 1000 100000 0 1011111 101010 1010000 1011010 11110

Color Harmonies of #649308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649308

Black with #649308

Text Example


Text Example

White with #649308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649308; }

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

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

background-color css

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

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

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

border-color css

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

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

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