#7BA67C

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

Shades of Oxley #7BA67C

Tints of Oxley #7BA67C

Color information

#7BA67C (or 0x7BA67C) is unknown color: approx Oxley. HEX triplet: 7B, A6 and 7C. RGB value is (123,166,124). Sum of RGB (Red+Green+Blue) = 123+166+124=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA67C is #845983. Grayscale: #949494. Windows color (decimal): -8673668 or 8169083. OLE color: 8169083.

HSL color Cylindrical-coordinate representation of color #7BA67C: hue angle of 121.4º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7BA67C is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB123166124-
CMYK0.2600.250.35
HSL121.4º19.46%56.67%-
HSV(B)121.4º25.9%65.1%-
XYZ25.4432.9424.09-
YUV148.35114.25109.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=29.78%
G=40.19%
B=30.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231661240.2600.250.35121.419.4656.67
Hex7BA67C1A01923791339
Octal17324617432031431712371
Binary111101110100110111110011010011001100011111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,166,124); }

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

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

 a { background-color: rgb(123,166,124); }

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

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

 span { border-color: rgb(123,166,124); }

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