#68AB7A

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

Shades of Oxley #68AB7A

Tints of Oxley #68AB7A

Color information

#68AB7A (or 0x68AB7A) is unknown color: approx Oxley. HEX triplet: 68, AB and 7A. RGB value is (104,171,122). Sum of RGB (Red+Green+Blue) = 104+171+122=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB7A is #975485. Grayscale: #919191. Windows color (decimal): -9917574 or 8039272. OLE color: 8039272.

HSL color Cylindrical-coordinate representation of color #68AB7A: hue angle of 136.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB7A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB104171122-
CMYK0.3900.290.33
HSL136.12º28.51%53.92%-
HSV(B)136.12º39.18%67.06%-
XYZ23.7833.4723.62-
YUV145.38114.898.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=26.20%
G=43.07%
B=30.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711220.3900.290.33136.1228.5153.92
Hex68AB7A2701D21881d36
Octal15025317247035412103566
Binary11010001010101111110101001110111011000011000100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AB7A; }

 p { color: rgb(104,171,122); }

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

<style>
 a { background-color: #68AB7A; }

 a { background-color: rgb(104,171,122); }

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

<style>
 span { border-color: #68AB7A; }

 span { border-color: rgb(104,171,122); }

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