Html Css Color HEX #648128 Olive Drab

📋 copy color: '#648128'

red 100 ◦ green 129 ◦ blue 40

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

Shades of Olive Drab #648128

Tints of Olive Drab #648128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 37.17%
G = 47.96%
B = 14.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#648128 (or 0x648128) is known color: Olive Drab. HEX triplet: 64, 81 and 28. RGB value is (100,129,40). Sum of RGB (Red+Green+Blue) = 100+129+40=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #648128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648128 is #9B7ED7. Grayscale: #6E6E6E. Windows color (decimal): -10190552 or 2654564. OLE color: 2654564.

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

Color convert

RGB 100 129 40 -
CMYK 0.22 0 0.69 0.49
HSL 79.55º 0.53% 0.33% -
HSV(B) 79.55º 0.69% 0.51% -
XYZ 13.49 18.56 4.88 -
YUV 110.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 100 129 40 0.22 0 0.69 0.49 79.55 0.53 0.33
Hex 64 81 28 16 0 45 31 50 35 21
Octal 144 201 50 26 0 105 61 120 65 41
Binary 1100100 10000001 101000 10110 0 1000101 110001 1010000 110101 100001

Color Harmonies of #648128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648128

Black with #648128

Text Example


Text Example

White with #648128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648128; }

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

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

background-color css

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

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

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

border-color css

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

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

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