Html Css Color HEX #648517 Olive Drab

📋 copy color: '#648517'

red 100 ◦ green 133 ◦ blue 23

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

Shades of Olive Drab #648517

Tints of Olive Drab #648517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 39.06%
G = 51.95%
B = 8.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#648517 (or 0x648517) is known color: Olive Drab. HEX triplet: 64, 85 and 17. RGB value is (100,133,23). Sum of RGB (Red+Green+Blue) = 100+133+23=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #648517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648517 is #9B7AE8. Grayscale: #6F6F6F. Windows color (decimal): -10189545 or 1541476. OLE color: 1541476.

HSL color Cylindrical-coordinate representation of color #648517: hue angle of 78º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #648517 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 23 -
CMYK 0.25 0 0.83 0.48
HSL 78º 0.71% 0.31% -
HSV(B) 78º 0.83% 0.52% -
XYZ 13.8 19.55 3.86 -
YUV 110.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 100 133 23 0.25 0 0.83 0.48 78 0.71 0.31
Hex 64 85 17 19 0 53 30 4E 47 1F
Octal 144 205 27 31 0 123 60 116 107 37
Binary 1100100 10000101 10111 11001 0 1010011 110000 1001110 1000111 11111

Color Harmonies of #648517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648517

Black with #648517

Text Example


Text Example

White with #648517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648517; }

 p { color: rgb(100,133,23); }

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

background-color css

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

 a { background-color: rgb(100,133,23); }

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

border-color css

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

 span { border-color: rgb(100,133,23); }

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