Html Css Color HEX #658B10 Olive Drab

📋 copy color: '#658B10'

red 101 ◦ green 139 ◦ blue 16

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

Shades of Olive Drab #658B10

Tints of Olive Drab #658B10

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.3%

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

R = 39.45%
G = 54.3%
B = 6.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#658B10 (or 0x658B10) is known color: Olive Drab. HEX triplet: 65, 8B and 10. RGB value is (101,139,16). Sum of RGB (Red+Green+Blue) = 101+139+16=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #658B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658B10 is #9A74EF. Grayscale: #727272. Windows color (decimal): -10122480 or 1084261. OLE color: 1084261.

HSL color Cylindrical-coordinate representation of color #658B10: hue angle of 78.54º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #658B10 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 139 16 -
CMYK 0.27 0 0.88 0.45
HSL 78.54º 0.79% 0.3% -
HSV(B) 78.54º 0.88% 0.55% -
XYZ 14.69 21.27 3.82 -
YUV 113.62 72.91 119 -
System Red Green Blue C M Y K H S L
Decimal 101 139 16 0.27 0 0.88 0.45 78.54 0.79 0.3
Hex 65 8B 10 1B 0 58 2D 4F 4F 1E
Octal 145 213 20 33 0 130 55 117 117 36
Binary 1100101 10001011 10000 11011 0 1011000 101101 1001111 1001111 11110

Color Harmonies of #658B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B10

Black with #658B10

Text Example


Text Example

White with #658B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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