#658A1C

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

Shades of Olive Drab #658A1C

Tints of Olive Drab #658A1C

Color information

#658A1C (or 0x658A1C) is unknown color: approx Olive Drab. HEX triplet: 65, 8A and 1C. RGB value is (101,138,28). Sum of RGB (Red+Green+Blue) = 101+138+28=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #658A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A1C is #9A75E3. Grayscale: #727272. Windows color (decimal): -10122724 or 1870437. OLE color: 1870437.

HSL color Cylindrical-coordinate representation of color #658A1C: hue angle of 80.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #658A1C is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB10113828-
CMYK0.2700.800.46
HSL80.18º66.27%32.55%-
HSV(B)80.18º79.71%54.12%-
XYZ14.6621.034.38-
YUV114.479.24118.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 138 (54.30% from 255) = 51.69%
BLUE value IS 28 (11.33% from 255) = 10.49%
R=37.83%
G=51.69%
B=10.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101138280.2700.800.4680.1866.2732.55
Hex658A1C1B0502E504221
Octal145212343301205612010241
Binary11001011000101011100110110101000010111010100001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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