#658A2B

Color #658A2B Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #658A2B

Tints of Olive Drab #658A2B

Color information

#658A2B (or 0x658A2B) is unknown color: approx Olive Drab. HEX triplet: 65, 8A and 2B. RGB value is (101,138,43). Sum of RGB (Red+Green+Blue) = 101+138+43=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #658A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A2B is #9A75D4. Grayscale: #747474. Windows color (decimal): -10122709 or 2853477. OLE color: 2853477.

HSL color Cylindrical-coordinate representation of color #658A2B: hue angle of 83.37º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #658A2B is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB10113843-
CMYK0.2700.690.46
HSL83.37º52.49%35.49%-
HSV(B)83.37º68.84%54.12%-
XYZ14.8921.125.58-
YUV116.1186.74117.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 138 (54.30% from 255) = 48.94%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=35.82%
G=48.94%
B=15.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101138430.2700.690.4683.3752.4935.49
Hex658A2B1B0452E533423
Octal14521253330105561236443
Binary11001011000101010101111011010001011011101010011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,138,43); }

 H1.HeaderClassName
 {
   color: #658A2B;
 }
 .AnyTagClassName
 {
   color: #658A2B;
 }
</style>
background-color css

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

 a { background-color: rgb(101,138,43); }

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

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

 span { border-color: rgb(101,138,43); }

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