Html Css Color HEX #658411 Olive Drab

📋 copy color: '#658411'

red 101 ◦ green 132 ◦ blue 17

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

Shades of Olive Drab #658411

Tints of Olive Drab #658411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 40.4%
G = 52.8%
B = 6.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#658411 (or 0x658411) is known color: Olive Drab. HEX triplet: 65, 84 and 11. RGB value is (101,132,17). Sum of RGB (Red+Green+Blue) = 101+132+17=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #658411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658411 is #9A7BEE. Grayscale: #6E6E6E. Windows color (decimal): -10124271 or 1148005. OLE color: 1148005.

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

Color convert

RGB 101 132 17 -
CMYK 0.23 0 0.87 0.48
HSL 76.17º 0.77% 0.29% -
HSV(B) 76.17º 0.87% 0.52% -
XYZ 13.72 19.31 3.53 -
YUV 109.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 101 132 17 0.23 0 0.87 0.48 76.17 0.77 0.29
Hex 65 84 11 17 0 57 30 4C 4D 1D
Octal 145 204 21 27 0 127 60 114 115 35
Binary 1100101 10000100 10001 10111 0 1010111 110000 1001100 1001101 11101

Color Harmonies of #658411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658411

Black with #658411

Text Example


Text Example

White with #658411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658411; }

 p { color: rgb(101,132,17); }

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

background-color css

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

 a { background-color: rgb(101,132,17); }

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

border-color css

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

 span { border-color: rgb(101,132,17); }

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