#68AF7D

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

Shades of Oxley #68AF7D

Tints of Oxley #68AF7D

Color information

#68AF7D (or 0x68AF7D) is unknown color: approx Oxley. HEX triplet: 68, AF and 7D. RGB value is (104,175,125). Sum of RGB (Red+Green+Blue) = 104+175+125=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF7D is #975082. Grayscale: #949494. Windows color (decimal): -9916547 or 8236904. OLE color: 8236904.

HSL color Cylindrical-coordinate representation of color #68AF7D: hue angle of 137.75º 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 #68AF7D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB104175125-
CMYK0.4100.290.31
HSL137.75º30.74%54.71%-
HSV(B)137.75º40.57%68.63%-
XYZ24.7435.0824.87-
YUV148.07114.9896.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=25.74%
G=43.32%
B=30.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751250.4100.290.31137.7530.7454.71
Hex68AF7D2901D1F8a1f37
Octal15025717551035372123767
Binary1101000101011111111101101001011101111111000101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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