#68B07E

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

Shades of Oxley #68B07E

Tints of Oxley #68B07E

Color information

#68B07E (or 0x68B07E) is unknown color: approx Oxley. HEX triplet: 68, B0 and 7E. RGB value is (104,176,126). Sum of RGB (Red+Green+Blue) = 104+176+126=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #68B07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B07E is #974F81. Grayscale: #949494. Windows color (decimal): -9916290 or 8302696. OLE color: 8302696.

HSL color Cylindrical-coordinate representation of color #68B07E: hue angle of 138.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B07E is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB104176126-
CMYK0.4100.280.31
HSL138.33º31.3%54.9%-
HSV(B)138.33º40.91%69.02%-
XYZ2535.525.27-
YUV148.77115.1596.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=25.62%
G=43.35%
B=31.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761260.4100.280.31138.3331.354.9
Hex68B07E2901C1F8a1f37
Octal15026017651034372123767
Binary1101000101100001111110101001011100111111000101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,126); }

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

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

 a { background-color: rgb(104,176,126); }

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

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

 span { border-color: rgb(104,176,126); }

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