#68A67B

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

Shades of Oxley #68A67B

Tints of Oxley #68A67B

Color information

#68A67B (or 0x68A67B) is unknown color: approx Oxley. HEX triplet: 68, A6 and 7B. RGB value is (104,166,123). Sum of RGB (Red+Green+Blue) = 104+166+123=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #68A67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A67B is #975984. Grayscale: #8E8E8E. Windows color (decimal): -9918853 or 8103528. OLE color: 8103528.

HSL color Cylindrical-coordinate representation of color #68A67B: hue angle of 138.39º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A67B is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB104166123-
CMYK0.3700.260.35
HSL138.39º25.83%52.94%-
HSV(B)138.39º37.35%65.1%-
XYZ22.9231.6523.64-
YUV142.56116.96100.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=26.46%
G=42.24%
B=31.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041661230.3700.260.35138.3925.8352.94
Hex68A67B2501A238a1a35
Octal15024617345032432123265
Binary11010001010011011110111001010110101000111000101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,123); }

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

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

 a { background-color: rgb(104,166,123); }

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

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

 span { border-color: rgb(104,166,123); }

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