#68A275

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

Shades of Oxley #68A275

Tints of Oxley #68A275

Color information

#68A275 (or 0x68A275) is unknown color: approx Oxley. HEX triplet: 68, A2 and 75. RGB value is (104,162,117). Sum of RGB (Red+Green+Blue) = 104+162+117=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #68A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A275 is #975D8A. Grayscale: #8B8B8B. Windows color (decimal): -9919883 or 7709288. OLE color: 7709288.

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

Color convert

RGB104162117-
CMYK0.3600.280.36
HSL133.45º23.77%52.16%-
HSV(B)133.45º35.8%63.53%-
XYZ21.8430.0721.48-
YUV139.53115.28102.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=27.15%
G=42.30%
B=30.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041621170.3600.280.36133.4523.7752.16
Hex68A2752401C24851834
Octal15024216544034442053064
Binary11010001010001011101011001000111001001001000010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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