Html Css Color HEX #648629 Olive Drab

📋 copy color: '#648629'

red 100 ◦ green 134 ◦ blue 41

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

Shades of Olive Drab #648629

Tints of Olive Drab #648629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.73%

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

R = 36.36%
G = 48.73%
B = 14.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#648629 (or 0x648629) is known color: Olive Drab. HEX triplet: 64, 86 and 29. RGB value is (100,134,41). Sum of RGB (Red+Green+Blue) = 100+134+41=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #648629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648629 is #9B79D6. Grayscale: #717171. Windows color (decimal): -10189271 or 2721380. OLE color: 2721380.

HSL color Cylindrical-coordinate representation of color #648629: hue angle of 81.94º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #648629 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 41 -
CMYK 0.25 0 0.69 0.47
HSL 81.94º 0.53% 0.34% -
HSV(B) 81.94º 0.69% 0.53% -
XYZ 14.18 19.92 5.2 -
YUV 113.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 100 134 41 0.25 0 0.69 0.47 81.94 0.53 0.34
Hex 64 86 29 19 0 45 2F 52 35 22
Octal 144 206 51 31 0 105 57 122 65 42
Binary 1100100 10000110 101001 11001 0 1000101 101111 1010010 110101 100010

Color Harmonies of #648629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648629

Black with #648629

Text Example


Text Example

White with #648629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648629; }

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

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

background-color css

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

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

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

border-color css

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

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

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