Html Css Color HEX #658310 Olive Drab

📋 copy color: '#658310'

red 101 ◦ green 131 ◦ blue 16

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

Shades of Olive Drab #658310

Tints of Olive Drab #658310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

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

R = 40.73%
G = 52.82%
B = 6.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#658310 (or 0x658310) is known color: Olive Drab. HEX triplet: 65, 83 and 10. RGB value is (101,131,16). Sum of RGB (Red+Green+Blue) = 101+131+16=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #658310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658310 is #9A7CEF. Grayscale: #6D6D6D. Windows color (decimal): -10124528 or 1082213. OLE color: 1082213.

HSL color Cylindrical-coordinate representation of color #658310: hue angle of 75.65º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #658310 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 131 16 -
CMYK 0.23 0 0.88 0.49
HSL 75.65º 0.78% 0.29% -
HSV(B) 75.65º 0.88% 0.51% -
XYZ 13.58 19.04 3.45 -
YUV 108.92 75.56 122.35 -
System Red Green Blue C M Y K H S L
Decimal 101 131 16 0.23 0 0.88 0.49 75.65 0.78 0.29
Hex 65 83 10 17 0 58 31 4C 4E 1D
Octal 145 203 20 27 0 130 61 114 116 35
Binary 1100101 10000011 10000 10111 0 1011000 110001 1001100 1001110 11101

Color Harmonies of #658310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658310

Black with #658310

Text Example


Text Example

White with #658310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658310; }

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

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

background-color css

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

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

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

border-color css

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

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

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