#6C927D

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

Shades of Oxley #6C927D

Tints of Oxley #6C927D

Color information

#6C927D (or 0x6C927D) is unknown color: approx Oxley. HEX triplet: 6C, 92 and 7D. RGB value is (108,146,125). Sum of RGB (Red+Green+Blue) = 108+146+125=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #6C927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C927D is #936D82. Grayscale: #848484. Windows color (decimal): -9661827 or 8229484. OLE color: 8229484.

HSL color Cylindrical-coordinate representation of color #6C927D: hue angle of 146.84º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C927D is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB108146125-
CMYK0.2600.140.43
HSL146.84º14.96%49.8%-
HSV(B)146.84º26.03%57.25%-
XYZ20.1625.2323.21-
YUV132.24123.91110.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.50%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=28.50%
G=38.52%
B=32.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1081461250.2600.140.43146.8414.9649.8
Hex6C927D1A0E2B93f32
Octal15422217532016532231762
Binary11011001001001011111011101001110101011100100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,146,125); }

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

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

 a { background-color: rgb(108,146,125); }

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

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

 span { border-color: rgb(108,146,125); }

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