#6BAD79

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

Shades of Oxley #6BAD79

Tints of Oxley #6BAD79

Color information

#6BAD79 (or 0x6BAD79) is unknown color: approx Oxley. HEX triplet: 6B, AD and 79. RGB value is (107,173,121). Sum of RGB (Red+Green+Blue) = 107+173+121=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD79 is #945286. Grayscale: #939393. Windows color (decimal): -9720455 or 7974251. OLE color: 7974251.

HSL color Cylindrical-coordinate representation of color #6BAD79: hue angle of 132.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAD79 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB107173121-
CMYK0.3800.300.32
HSL132.73º28.7%54.9%-
HSV(B)132.73º38.15%67.84%-
XYZ24.4634.3923.44-
YUV147.34113.1399.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.68%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=26.68%
G=43.14%
B=30.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731210.3800.300.32132.7328.754.9
Hex6BAD792601E20851d37
Octal15325517146036402053567
Binary11010111010110111110011001100111101000001000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,173,121); }

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

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

 a { background-color: rgb(107,173,121); }

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

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

 span { border-color: rgb(107,173,121); }

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