#68A777

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

Shades of Oxley #68A777

Tints of Oxley #68A777

Color information

#68A777 (or 0x68A777) is unknown color: approx Oxley. HEX triplet: 68, A7 and 77. RGB value is (104,167,119). Sum of RGB (Red+Green+Blue) = 104+167+119=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #68A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A777 is #975888. Grayscale: #8E8E8E. Windows color (decimal): -9918601 or 7841640. OLE color: 7841640.

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

Color convert

RGB104167119-
CMYK0.3800.290.35
HSL134.29º26.36%53.14%-
HSV(B)134.29º37.72%65.49%-
XYZ22.8631.9122.41-
YUV142.69114.63100.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 167 (65.62% from 255) = 42.82%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=26.67%
G=42.82%
B=30.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041671190.3800.290.35134.2926.3653.14
Hex68A7772601D23861a35
Octal15024716746035432063265
Binary11010001010011111101111001100111011000111000011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,167,119); }

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

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

 a { background-color: rgb(104,167,119); }

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

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

 span { border-color: rgb(104,167,119); }

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