Html Css Color HEX #648716 Olive Drab

📋 copy color: '#648716'

red 100 ◦ green 135 ◦ blue 22

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

Shades of Olive Drab #648716

Tints of Olive Drab #648716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 38.91%
G = 52.53%
B = 8.56%

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

#648716 (or 0x648716) is known color: Olive Drab. HEX triplet: 64, 87 and 16. RGB value is (100,135,22). Sum of RGB (Red+Green+Blue) = 100+135+22=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #648716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648716 is #9B78E9. Grayscale: #707070. Windows color (decimal): -10189034 or 1476452. OLE color: 1476452.

HSL color Cylindrical-coordinate representation of color #648716: hue angle of 78.58º degrees, saturation: 0.72, 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 #648716 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 22 -
CMYK 0.26 0 0.84 0.47
HSL 78.58º 0.72% 0.31% -
HSV(B) 78.58º 0.84% 0.53% -
XYZ 14.06 20.1 3.9 -
YUV 111.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 100 135 22 0.26 0 0.84 0.47 78.58 0.72 0.31
Hex 64 87 16 1A 0 54 2F 4F 48 1F
Octal 144 207 26 32 0 124 57 117 110 37
Binary 1100100 10000111 10110 11010 0 1010100 101111 1001111 1001000 11111

Color Harmonies of #648716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648716

Black with #648716

Text Example


Text Example

White with #648716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648716; }

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

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

background-color css

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

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

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

border-color css

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

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

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