#7C9F7F

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

Shades of Oxley #7C9F7F

Tints of Oxley #7C9F7F

Color information

#7C9F7F (or 0x7C9F7F) is unknown color: approx Oxley. HEX triplet: 7C, 9F and 7F. RGB value is (124,159,127). Sum of RGB (Red+Green+Blue) = 124+159+127=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9F7F is #836080. Grayscale: #909090. Windows color (decimal): -8609921 or 8363900. OLE color: 8363900.

HSL color Cylindrical-coordinate representation of color #7C9F7F: hue angle of 125.14º 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 #7C9F7F is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB124159127-
CMYK0.2200.200.38
HSL125.14º15.42%55.49%-
HSV(B)125.14º22.01%62.35%-
XYZ24.5430.6124.69-
YUV144.89117.9113.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.24%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 127 (50% from 255) = 30.98%
R=30.24%
G=38.78%
B=30.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241591270.2200.200.38125.1415.4255.49
Hex7C9F7F16014267df37
Octal17423717726024461751767
Binary11111001001111111111111011001010010011011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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