Html Css Color HEX #648115 Olive Drab

📋 copy color: '#648115'

red 100 ◦ green 129 ◦ blue 21

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

Shades of Olive Drab #648115

Tints of Olive Drab #648115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 40%
G = 51.6%
B = 8.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#648115 (or 0x648115) is known color: Olive Drab. HEX triplet: 64, 81 and 15. RGB value is (100,129,21). Sum of RGB (Red+Green+Blue) = 100+129+21=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #648115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648115 is #9B7EEA. Grayscale: #6C6C6C. Windows color (decimal): -10190571 or 1409380. OLE color: 1409380.

HSL color Cylindrical-coordinate representation of color #648115: hue angle of 76.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #648115 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 21 -
CMYK 0.22 0 0.84 0.49
HSL 76.11º 0.72% 0.29% -
HSV(B) 76.11º 0.84% 0.51% -
XYZ 13.24 18.46 3.58 -
YUV 108.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 100 129 21 0.22 0 0.84 0.49 76.11 0.72 0.29
Hex 64 81 15 16 0 54 31 4C 48 1D
Octal 144 201 25 26 0 124 61 114 110 35
Binary 1100100 10000001 10101 10110 0 1010100 110001 1001100 1001000 11101

Color Harmonies of #648115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648115

Black with #648115

Text Example


Text Example

White with #648115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648115; }

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

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

background-color css

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

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

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

border-color css

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

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

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