Html Css Color HEX #648818 Olive Drab

📋 copy color: '#648818'

red 100 ◦ green 136 ◦ blue 24

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

Shades of Olive Drab #648818

Tints of Olive Drab #648818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.31%

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 38.46%
G = 52.31%
B = 9.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#648818 (or 0x648818) is known color: Olive Drab. HEX triplet: 64, 88 and 18. RGB value is (100,136,24). Sum of RGB (Red+Green+Blue) = 100+136+24=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #648818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648818 is #9B77E7. Grayscale: #707070. Windows color (decimal): -10188776 or 1607780. OLE color: 1607780.

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

Color convert

RGB 100 136 24 -
CMYK 0.26 0 0.82 0.47
HSL 79.29º 0.7% 0.31% -
HSV(B) 79.29º 0.82% 0.53% -
XYZ 14.22 20.38 4.05 -
YUV 112.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 100 136 24 0.26 0 0.82 0.47 79.29 0.7 0.31
Hex 64 88 18 1A 0 52 2F 4F 46 1F
Octal 144 210 30 32 0 122 57 117 106 37
Binary 1100100 10001000 11000 11010 0 1010010 101111 1001111 1000110 11111

Color Harmonies of #648818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648818

Black with #648818

Text Example


Text Example

White with #648818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648818; }

 p { color: rgb(100,136,24); }

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

background-color css

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

 a { background-color: rgb(100,136,24); }

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

border-color css

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

 span { border-color: rgb(100,136,24); }

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