Html Css Color HEX #658010 Olive Drab

📋 copy color: '#658010'

red 101 ◦ green 128 ◦ blue 16

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

Shades of Olive Drab #658010

Tints of Olive Drab #658010

RGB

 RED value IS 101 (39.84% from 255) = 41.22%

 GREEN value IS 128 (50.39% from 255) = 52.24%

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

R = 41.22%
G = 52.24%
B = 6.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#658010 (or 0x658010) is known color: Olive Drab. HEX triplet: 65, 80 and 10. RGB value is (101,128,16). Sum of RGB (Red+Green+Blue) = 101+128+16=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #658010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658010 is #9A7FEF. Grayscale: #6B6B6B. Windows color (decimal): -10125296 or 1081445. OLE color: 1081445.

HSL color Cylindrical-coordinate representation of color #658010: hue angle of 74.46º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #658010 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 128 16 -
CMYK 0.21 0 0.88 0.50
HSL 74.46º 0.78% 0.28% -
HSV(B) 74.46º 0.88% 0.5% -
XYZ 13.18 18.24 3.32 -
YUV 107.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 101 128 16 0.21 0 0.88 0.50 74.46 0.78 0.28
Hex 65 80 10 15 0 58 32 4A 4E 1C
Octal 145 200 20 25 0 130 62 112 116 34
Binary 1100101 10000000 10000 10101 0 1011000 110010 1001010 1001110 11100

Color Harmonies of #658010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658010

Black with #658010

Text Example


Text Example

White with #658010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658010; }

 p { color: rgb(101,128,16); }

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

background-color css

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

 a { background-color: rgb(101,128,16); }

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

border-color css

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

 span { border-color: rgb(101,128,16); }

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