Html Css Color HEX #648129 Olive Drab

📋 copy color: '#648129'

red 100 ◦ green 129 ◦ blue 41

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

Shades of Olive Drab #648129

Tints of Olive Drab #648129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

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

R = 37.04%
G = 47.78%
B = 15.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#648129 (or 0x648129) is known color: Olive Drab. HEX triplet: 64, 81 and 29. RGB value is (100,129,41). Sum of RGB (Red+Green+Blue) = 100+129+41=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #648129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648129 is #9B7ED6. Grayscale: #6E6E6E. Windows color (decimal): -10190551 or 2720100. OLE color: 2720100.

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

Color convert

RGB 100 129 41 -
CMYK 0.22 0 0.68 0.49
HSL 79.77º 0.52% 0.33% -
HSV(B) 79.77º 0.68% 0.51% -
XYZ 13.51 18.57 4.97 -
YUV 110.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 100 129 41 0.22 0 0.68 0.49 79.77 0.52 0.33
Hex 64 81 29 16 0 44 31 50 34 21
Octal 144 201 51 26 0 104 61 120 64 41
Binary 1100100 10000001 101001 10110 0 1000100 110001 1010000 110100 100001

Color Harmonies of #648129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648129

Black with #648129

Text Example


Text Example

White with #648129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648129; }

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

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

background-color css

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

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

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

border-color css

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

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

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