#6C917A

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

Shades of Oxley #6C917A

Tints of Oxley #6C917A

Color information

#6C917A (or 0x6C917A) is unknown color: approx Oxley. HEX triplet: 6C, 91 and 7A. RGB value is (108,145,122). Sum of RGB (Red+Green+Blue) = 108+145+122=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #6C917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C917A is #936E85. Grayscale: #838383. Windows color (decimal): -9662086 or 8032620. OLE color: 8032620.

HSL color Cylindrical-coordinate representation of color #6C917A: hue angle of 142.7º 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 #6C917A is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB108145122-
CMYK0.2600.160.43
HSL142.7º14.62%49.61%-
HSV(B)142.7º25.52%56.86%-
XYZ19.8224.8422.16-
YUV131.32122.74111.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.8%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=28.8%
G=38.67%
B=32.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1081451220.2600.160.43142.714.6249.61
Hex6C917A1A0102B8ff32
Octal15422117232020532171762
Binary110110010010001111101011010010000101011100011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,145,122); }

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

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

 a { background-color: rgb(108,145,122); }

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

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

 span { border-color: rgb(108,145,122); }

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