#7C9F85

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

Shades of Oxley #7C9F85

Tints of Oxley #7C9F85

Color information

#7C9F85 (or 0x7C9F85) is unknown color: approx Oxley. HEX triplet: 7C, 9F and 85. RGB value is (124,159,133). Sum of RGB (Red+Green+Blue) = 124+159+133=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9F85 is #83607A. Grayscale: #919191. Windows color (decimal): -8609915 or 8757116. OLE color: 8757116.

HSL color Cylindrical-coordinate representation of color #7C9F85: hue angle of 135.43º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C9F85 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB124159133-
CMYK0.2200.160.38
HSL135.43º15.42%55.49%-
HSV(B)135.43º22.01%62.35%-
XYZ24.9430.7726.82-
YUV145.57120.9112.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.81%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=29.81%
G=38.22%
B=31.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241591330.2200.160.38135.4315.4255.49
Hex7C9F85160102687f37
Octal17423720526020462071767
Binary1111100100111111000010110110010000100110100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9F85; }

 p { color: rgb(124,159,133); }

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

<style>
 a { background-color: #7C9F85; }

 a { background-color: rgb(124,159,133); }

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

<style>
 span { border-color: #7C9F85; }

 span { border-color: rgb(124,159,133); }

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