Html Css Color HEX #648610 Olive Drab

📋 copy color: '#648610'

red 100 ◦ green 134 ◦ blue 16

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

Shades of Olive Drab #648610

Tints of Olive Drab #648610

RGB

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

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

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

R = 40%
G = 53.6%
B = 6.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#648610 (or 0x648610) is known color: Olive Drab. HEX triplet: 64, 86 and 10. RGB value is (100,134,16). Sum of RGB (Red+Green+Blue) = 100+134+16=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #648610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648610 is #9B79EF. Grayscale: #6E6E6E. Windows color (decimal): -10189296 or 1082980. OLE color: 1082980.

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

Color convert

RGB 100 134 16 -
CMYK 0.25 0 0.88 0.47
HSL 77.29º 0.79% 0.29% -
HSV(B) 77.29º 0.88% 0.53% -
XYZ 13.87 19.8 3.58 -
YUV 110.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 100 134 16 0.25 0 0.88 0.47 77.29 0.79 0.29
Hex 64 86 10 19 0 58 2F 4D 4F 1D
Octal 144 206 20 31 0 130 57 115 117 35
Binary 1100100 10000110 10000 11001 0 1011000 101111 1001101 1001111 11101

Color Harmonies of #648610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648610

Black with #648610

Text Example


Text Example

White with #648610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648610; }

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

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

background-color css

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

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

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

border-color css

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

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

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