Html Css Color HEX #648615 Olive Drab

📋 copy color: '#648615'

red 100 ◦ green 134 ◦ blue 21

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

Shades of Olive Drab #648615

Tints of Olive Drab #648615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.55%

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

R = 39.22%
G = 52.55%
B = 8.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#648615 (or 0x648615) is known color: Olive Drab. HEX triplet: 64, 86 and 15. RGB value is (100,134,21). Sum of RGB (Red+Green+Blue) = 100+134+21=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #648615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648615 is #9B79EA. Grayscale: #6F6F6F. Windows color (decimal): -10189291 or 1410660. OLE color: 1410660.

HSL color Cylindrical-coordinate representation of color #648615: hue angle of 78.05º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #648615 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 21 -
CMYK 0.25 0 0.84 0.47
HSL 78.05º 0.73% 0.3% -
HSV(B) 78.05º 0.84% 0.53% -
XYZ 13.92 19.81 3.8 -
YUV 110.95 77.24 120.19 -
System Red Green Blue C M Y K H S L
Decimal 100 134 21 0.25 0 0.84 0.47 78.05 0.73 0.3
Hex 64 86 15 19 0 54 2F 4E 49 1E
Octal 144 206 25 31 0 124 57 116 111 36
Binary 1100100 10000110 10101 11001 0 1010100 101111 1001110 1001001 11110

Color Harmonies of #648615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648615

Black with #648615

Text Example


Text Example

White with #648615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648615; }

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

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

background-color css

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

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

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

border-color css

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

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

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