Html Css Color HEX #658410 Olive Drab

📋 copy color: '#658410'

red 101 ◦ green 132 ◦ blue 16

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

Shades of Olive Drab #658410

Tints of Olive Drab #658410

RGB

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

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

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

R = 40.56%
G = 53.01%
B = 6.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#658410 (or 0x658410) is known color: Olive Drab. HEX triplet: 65, 84 and 10. RGB value is (101,132,16). Sum of RGB (Red+Green+Blue) = 101+132+16=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #658410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658410 is #9A7BEF. Grayscale: #6D6D6D. Windows color (decimal): -10124272 or 1082469. OLE color: 1082469.

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

Color convert

RGB 101 132 16 -
CMYK 0.23 0 0.88 0.48
HSL 76.03º 0.78% 0.29% -
HSV(B) 76.03º 0.88% 0.52% -
XYZ 13.71 19.31 3.49 -
YUV 109.51 75.23 121.93 -
System Red Green Blue C M Y K H S L
Decimal 101 132 16 0.23 0 0.88 0.48 76.03 0.78 0.29
Hex 65 84 10 17 0 58 30 4C 4E 1D
Octal 145 204 20 27 0 130 60 114 116 35
Binary 1100101 10000100 10000 10111 0 1011000 110000 1001100 1001110 11101

Color Harmonies of #658410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658410

Black with #658410

Text Example


Text Example

White with #658410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658410; }

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

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

background-color css

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

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

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

border-color css

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

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

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