#68A677

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

Shades of Oxley #68A677

Tints of Oxley #68A677

Color information

#68A677 (or 0x68A677) is unknown color: approx Oxley. HEX triplet: 68, A6 and 77. RGB value is (104,166,119). Sum of RGB (Red+Green+Blue) = 104+166+119=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #68A677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A677 is #975988. Grayscale: #8E8E8E. Windows color (decimal): -9918857 or 7841384. OLE color: 7841384.

HSL color Cylindrical-coordinate representation of color #68A677: hue angle of 134.52º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A677 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB104166119-
CMYK0.3700.280.35
HSL134.52º25.83%52.94%-
HSV(B)134.52º37.35%65.1%-
XYZ22.6731.5522.35-
YUV142.1114.96100.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 166 (65.23% from 255) = 42.67%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=26.74%
G=42.67%
B=30.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041661190.3700.280.35134.5225.8352.94
Hex68A6772501C23871a35
Octal15024616745034432073265
Binary11010001010011011101111001010111001000111000011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,119); }

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

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

 a { background-color: rgb(104,166,119); }

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

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

 span { border-color: rgb(104,166,119); }

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