#68AF7B

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

Shades of Oxley #68AF7B

Tints of Oxley #68AF7B

Color information

#68AF7B (or 0x68AF7B) is unknown color: approx Oxley. HEX triplet: 68, AF and 7B. RGB value is (104,175,123). Sum of RGB (Red+Green+Blue) = 104+175+123=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF7B is #975084. Grayscale: #939393. Windows color (decimal): -9916549 or 8105832. OLE color: 8105832.

HSL color Cylindrical-coordinate representation of color #68AF7B: hue angle of 136.06º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF7B is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB104175123-
CMYK0.4100.300.31
HSL136.06º30.74%54.71%-
HSV(B)136.06º40.57%68.63%-
XYZ24.6135.0324.2-
YUV147.84113.9896.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=25.87%
G=43.53%
B=30.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751230.4100.300.31136.0630.7454.71
Hex68AF7B2901E1F881f37
Octal15025717351036372103767
Binary1101000101011111111011101001011110111111000100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,123); }

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

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

 a { background-color: rgb(104,175,123); }

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

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

 span { border-color: rgb(104,175,123); }

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