#68A283

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

Shades of Oxley #68A283

Tints of Oxley #68A283

Color information

#68A283 (or 0x68A283) is unknown color: approx Oxley. HEX triplet: 68, A2 and 83. RGB value is (104,162,131). Sum of RGB (Red+Green+Blue) = 104+162+131=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #68A283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A283 is #975D7C. Grayscale: #8D8D8D. Windows color (decimal): -9919869 or 8626792. OLE color: 8626792.

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

Color convert

RGB104162131-
CMYK0.3600.190.36
HSL147.93º23.77%52.16%-
HSV(B)147.93º35.8%63.53%-
XYZ22.7330.4226.15-
YUV141.12122.28101.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=26.20%
G=40.81%
B=33.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041621310.3600.190.36147.9323.7752.16
Hex68A2832401324941834
Octal15024220344023442243064
Binary110100010100010100000111001000100111001001001010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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