#6E9874

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

Shades of Oxley #6E9874

Tints of Oxley #6E9874

Color information

#6E9874 (or 0x6E9874) is unknown color: approx Oxley. HEX triplet: 6E, 98 and 74. RGB value is (110,152,116). Sum of RGB (Red+Green+Blue) = 110+152+116=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #6E9874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9874 is #91678B. Grayscale: #878787. Windows color (decimal): -9529228 or 7641198. OLE color: 7641198.

HSL color Cylindrical-coordinate representation of color #6E9874: hue angle of 128.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E9874 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB110152116-
CMYK0.2800.240.40
HSL128.57º16.94%51.37%-
HSV(B)128.57º27.63%59.61%-
XYZ20.8127.0320.64-
YUV135.34117.09109.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=29.10%
G=40.21%
B=30.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1101521160.2800.240.40128.5716.9451.37
Hex6E98741C01828811133
Octal15623016434030502012163
Binary1101110100110001110100111000110001010001000000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,152,116); }

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

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

 a { background-color: rgb(110,152,116); }

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

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

 span { border-color: rgb(110,152,116); }

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