Html Css Color HEX #658510 Olive Drab

📋 copy color: '#658510'

red 101 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #658510

Tints of Olive Drab #658510

RGB

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

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

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

R = 40.4%
G = 53.2%
B = 6.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#658510 (or 0x658510) is known color: Olive Drab. HEX triplet: 65, 85 and 10. RGB value is (101,133,16). Sum of RGB (Red+Green+Blue) = 101+133+16=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #658510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658510 is #9A7AEF. Grayscale: #6E6E6E. Windows color (decimal): -10124016 or 1082725. OLE color: 1082725.

HSL color Cylindrical-coordinate representation of color #658510: hue angle of 76.41º 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 #658510 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 16 -
CMYK 0.24 0 0.88 0.48
HSL 76.41º 0.79% 0.29% -
HSV(B) 76.41º 0.88% 0.52% -
XYZ 13.85 19.58 3.54 -
YUV 110.09 74.9 121.51 -
System Red Green Blue C M Y K H S L
Decimal 101 133 16 0.24 0 0.88 0.48 76.41 0.79 0.29
Hex 65 85 10 18 0 58 30 4C 4F 1D
Octal 145 205 20 30 0 130 60 114 117 35
Binary 1100101 10000101 10000 11000 0 1011000 110000 1001100 1001111 11101

Color Harmonies of #658510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658510

Black with #658510

Text Example


Text Example

White with #658510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658510; }

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

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

background-color css

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

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

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

border-color css

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

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

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