Html Css Color HEX #648018 Olive Drab

📋 copy color: '#648018'

red 100 ◦ green 128 ◦ blue 24

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

Shades of Olive Drab #648018

Tints of Olive Drab #648018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.79%

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

R = 39.68%
G = 50.79%
B = 9.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#648018 (or 0x648018) is known color: Olive Drab. HEX triplet: 64, 80 and 18. RGB value is (100,128,24). Sum of RGB (Red+Green+Blue) = 100+128+24=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #648018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648018 is #9B7FE7. Grayscale: #6C6C6C. Windows color (decimal): -10190824 or 1605732. OLE color: 1605732.

HSL color Cylindrical-coordinate representation of color #648018: hue angle of 76.15º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #648018 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 128 24 -
CMYK 0.22 0 0.81 0.50
HSL 76.15º 0.68% 0.3% -
HSV(B) 76.15º 0.81% 0.5% -
XYZ 13.14 18.21 3.69 -
YUV 107.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 100 128 24 0.22 0 0.81 0.50 76.15 0.68 0.3
Hex 64 80 18 16 0 51 32 4C 44 1E
Octal 144 200 30 26 0 121 62 114 104 36
Binary 1100100 10000000 11000 10110 0 1010001 110010 1001100 1000100 11110

Color Harmonies of #648018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648018

Black with #648018

Text Example


Text Example

White with #648018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648018; }

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

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

background-color css

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

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

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

border-color css

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

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

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