Html Css Color HEX #648133 Olive Drab

📋 copy color: '#648133'

red 100 ◦ green 129 ◦ blue 51

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

Shades of Olive Drab #648133

Tints of Olive Drab #648133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 35.71%
G = 46.07%
B = 18.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#648133 (or 0x648133) is known color: Olive Drab. HEX triplet: 64, 81 and 33. RGB value is (100,129,51). Sum of RGB (Red+Green+Blue) = 100+129+51=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #648133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648133 is #9B7ECC. Grayscale: #6F6F6F. Windows color (decimal): -10190541 or 3375460. OLE color: 3375460.

HSL color Cylindrical-coordinate representation of color #648133: hue angle of 82.31º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648133 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 51 -
CMYK 0.22 0 0.60 0.49
HSL 82.31º 0.43% 0.35% -
HSV(B) 82.31º 0.6% 0.51% -
XYZ 13.7 18.65 6.01 -
YUV 111.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 100 129 51 0.22 0 0.60 0.49 82.31 0.43 0.35
Hex 64 81 33 16 0 3C 31 52 2B 23
Octal 144 201 63 26 0 74 61 122 53 43
Binary 1100100 10000001 110011 10110 0 111100 110001 1010010 101011 100011

Color Harmonies of #648133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648133

Black with #648133

Text Example


Text Example

White with #648133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648133; }

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

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

background-color css

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

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

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

border-color css

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

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

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