#68A276

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

Shades of Oxley #68A276

Tints of Oxley #68A276

Color information

#68A276 (or 0x68A276) is unknown color: approx Oxley. HEX triplet: 68, A2 and 76. RGB value is (104,162,118). Sum of RGB (Red+Green+Blue) = 104+162+118=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #68A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A276 is #975D89. Grayscale: #8B8B8B. Windows color (decimal): -9919882 or 7774824. OLE color: 7774824.

HSL color Cylindrical-coordinate representation of color #68A276: hue angle of 134.48º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A276 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB104162118-
CMYK0.3600.270.36
HSL134.48º23.77%52.16%-
HSV(B)134.48º35.8%63.53%-
XYZ21.930.0921.79-
YUV139.64115.78102.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=27.08%
G=42.19%
B=30.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041621180.3600.270.36134.4823.7752.16
Hex68A2762401B24861834
Octal15024216644033442063064
Binary11010001010001011101101001000110111001001000011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,162,118); }

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

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

 a { background-color: rgb(104,162,118); }

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

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

 span { border-color: rgb(104,162,118); }

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