Html Css Color HEX #648510 Olive Drab

📋 copy color: '#648510'

red 100 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #648510

Tints of Olive Drab #648510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 40.16%
G = 53.41%
B = 6.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#648510 (or 0x648510) is known color: Olive Drab. HEX triplet: 64, 85 and 10. RGB value is (100,133,16). Sum of RGB (Red+Green+Blue) = 100+133+16=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #648510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648510 is #9B7AEF. Grayscale: #6E6E6E. Windows color (decimal): -10189552 or 1082724. OLE color: 1082724.

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

Color convert

RGB 100 133 16 -
CMYK 0.25 0 0.88 0.48
HSL 76.92º 0.79% 0.29% -
HSV(B) 76.92º 0.88% 0.52% -
XYZ 13.74 19.52 3.53 -
YUV 109.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 100 133 16 0.25 0 0.88 0.48 76.92 0.79 0.29
Hex 64 85 10 19 0 58 30 4D 4F 1D
Octal 144 205 20 31 0 130 60 115 117 35
Binary 1100100 10000101 10000 11001 0 1011000 110000 1001101 1001111 11101

Color Harmonies of #648510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648510

Black with #648510

Text Example


Text Example

White with #648510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648510; }

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

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

background-color css

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

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

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

border-color css

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

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

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