Html Css Color HEX #648715 Olive Drab

📋 copy color: '#648715'

red 100 ◦ green 135 ◦ blue 21

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

Shades of Olive Drab #648715

Tints of Olive Drab #648715

RGB

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

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

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

R = 39.06%
G = 52.73%
B = 8.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#648715 (or 0x648715) is known color: Olive Drab. HEX triplet: 64, 87 and 15. RGB value is (100,135,21). Sum of RGB (Red+Green+Blue) = 100+135+21=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #648715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648715 is #9B78EA. Grayscale: #6F6F6F. Windows color (decimal): -10189035 or 1410916. OLE color: 1410916.

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

Color convert

RGB 100 135 21 -
CMYK 0.26 0 0.84 0.47
HSL 78.42º 0.73% 0.31% -
HSV(B) 78.42º 0.84% 0.53% -
XYZ 14.05 20.09 3.85 -
YUV 111.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 100 135 21 0.26 0 0.84 0.47 78.42 0.73 0.31
Hex 64 87 15 1A 0 54 2F 4E 49 1F
Octal 144 207 25 32 0 124 57 116 111 37
Binary 1100100 10000111 10101 11010 0 1010100 101111 1001110 1001001 11111

Color Harmonies of #648715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648715

Black with #648715

Text Example


Text Example

White with #648715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648715; }

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

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

background-color css

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

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

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

border-color css

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

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

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