Html Css Color HEX #648029 Olive Drab

📋 copy color: '#648029'

red 100 ◦ green 128 ◦ blue 41

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

Shades of Olive Drab #648029

Tints of Olive Drab #648029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.58%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 37.17%
G = 47.58%
B = 15.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#648029 (or 0x648029) is known color: Olive Drab. HEX triplet: 64, 80 and 29. RGB value is (100,128,41). Sum of RGB (Red+Green+Blue) = 100+128+41=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #648029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648029 is #9B7FD6. Grayscale: #6E6E6E. Windows color (decimal): -10190807 or 2719844. OLE color: 2719844.

HSL color Cylindrical-coordinate representation of color #648029: hue angle of 79.31º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #648029 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 128 41 -
CMYK 0.22 0 0.68 0.50
HSL 79.31º 0.51% 0.33% -
HSV(B) 79.31º 0.68% 0.5% -
XYZ 13.37 18.31 4.93 -
YUV 109.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 100 128 41 0.22 0 0.68 0.50 79.31 0.51 0.33
Hex 64 80 29 16 0 44 32 4F 33 21
Octal 144 200 51 26 0 104 62 117 63 41
Binary 1100100 10000000 101001 10110 0 1000100 110010 1001111 110011 100001

Color Harmonies of #648029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648029

Black with #648029

Text Example


Text Example

White with #648029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648029; }

 p { color: rgb(100,128,41); }

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

background-color css

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

 a { background-color: rgb(100,128,41); }

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

border-color css

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

 span { border-color: rgb(100,128,41); }

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