#6E852B

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

Shades of Olive Drab #6E852B

Tints of Olive Drab #6E852B

Color information

#6E852B (or 0x6E852B) is unknown color: approx Olive Drab. HEX triplet: 6E, 85 and 2B. RGB value is (110,133,43). Sum of RGB (Red+Green+Blue) = 110+133+43=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #6E852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E852B is #917AD4. Grayscale: #747474. Windows color (decimal): -9534165 or 2852206. OLE color: 2852206.

HSL color Cylindrical-coordinate representation of color #6E852B: hue angle of 75.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E852B is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB11013343-
CMYK0.1700.680.48
HSL75.33º51.14%34.51%-
HSV(B)75.33º67.67%52.16%-
XYZ15.2520.265.39-
YUV115.8686.88123.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=38.46%
G=46.50%
B=15.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133430.1700.680.4875.3351.1434.51
Hex6E852B11044304b3323
Octal15620553210104601136343
Binary11011101000010110101110001010001001100001001011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E852B; }

 p { color: rgb(110,133,43); }

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

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

 a { background-color: rgb(110,133,43); }

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

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

 span { border-color: rgb(110,133,43); }

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