Html Css Color HEX #648720 Olive Drab

📋 copy color: '#648720'

red 100 ◦ green 135 ◦ blue 32

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

Shades of Olive Drab #648720

Tints of Olive Drab #648720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.56%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 37.45%
G = 50.56%
B = 11.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#648720 (or 0x648720) is known color: Olive Drab. HEX triplet: 64, 87 and 20. RGB value is (100,135,32). Sum of RGB (Red+Green+Blue) = 100+135+32=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #648720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648720 is #9B78DF. Grayscale: #717171. Windows color (decimal): -10189024 or 2131812. OLE color: 2131812.

HSL color Cylindrical-coordinate representation of color #648720: hue angle of 80.39º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #648720 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 32 -
CMYK 0.26 0 0.76 0.47
HSL 80.39º 0.62% 0.33% -
HSV(B) 80.39º 0.76% 0.53% -
XYZ 14.18 20.14 4.51 -
YUV 112.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 100 135 32 0.26 0 0.76 0.47 80.39 0.62 0.33
Hex 64 87 20 1A 0 4C 2F 50 3E 21
Octal 144 207 40 32 0 114 57 120 76 41
Binary 1100100 10000111 100000 11010 0 1001100 101111 1010000 111110 100001

Color Harmonies of #648720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648720

Black with #648720

Text Example


Text Example

White with #648720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648720; }

 p { color: rgb(100,135,32); }

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

background-color css

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

 a { background-color: rgb(100,135,32); }

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

border-color css

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

 span { border-color: rgb(100,135,32); }

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