#68A282

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

Shades of Oxley #68A282

Tints of Oxley #68A282

Color information

#68A282 (or 0x68A282) is unknown color: approx Oxley. HEX triplet: 68, A2 and 82. RGB value is (104,162,130). Sum of RGB (Red+Green+Blue) = 104+162+130=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #68A282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A282 is #975D7D. Grayscale: #8D8D8D. Windows color (decimal): -9919870 or 8561256. OLE color: 8561256.

HSL color Cylindrical-coordinate representation of color #68A282: hue angle of 146.9º 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 #68A282 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB104162130-
CMYK0.3600.200.36
HSL146.9º23.77%52.16%-
HSV(B)146.9º35.8%63.53%-
XYZ22.6630.425.79-
YUV141.01121.78101.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=26.26%
G=40.91%
B=32.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041621300.3600.200.36146.923.7752.16
Hex68A2822401424931834
Octal15024220244024442233064
Binary110100010100010100000101001000101001001001001001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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