#7B9F7F

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

Shades of Oxley #7B9F7F

Tints of Oxley #7B9F7F

Color information

#7B9F7F (or 0x7B9F7F) is unknown color: approx Oxley. HEX triplet: 7B, 9F and 7F. RGB value is (123,159,127). Sum of RGB (Red+Green+Blue) = 123+159+127=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9F7F is #846080. Grayscale: #909090. Windows color (decimal): -8675457 or 8363899. OLE color: 8363899.

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

Color convert

RGB123159127-
CMYK0.2300.200.38
HSL126.67º15.79%55.29%-
HSV(B)126.67º22.64%62.35%-
XYZ24.430.5424.69-
YUV144.59118.07112.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.07%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 127 (50% from 255) = 31.05%
R=30.07%
G=38.88%
B=31.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231591270.2300.200.38126.6715.7955.29
Hex7B9F7F17014267f1037
Octal17323717727024461772067
Binary111101110011111111111110111010100100110111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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