#68A977

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

Shades of Oxley #68A977

Tints of Oxley #68A977

Color information

#68A977 (or 0x68A977) is unknown color: approx Oxley. HEX triplet: 68, A9 and 77. RGB value is (104,169,119). Sum of RGB (Red+Green+Blue) = 104+169+119=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #68A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A977 is #975688. Grayscale: #909090. Windows color (decimal): -9918089 or 7842152. OLE color: 7842152.

HSL color Cylindrical-coordinate representation of color #68A977: hue angle of 133.85º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A977 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB104169119-
CMYK0.3800.300.34
HSL133.85º27.43%53.53%-
HSV(B)133.85º38.46%66.27%-
XYZ23.2332.6522.53-
YUV143.86113.9799.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=26.53%
G=43.11%
B=30.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1041691190.3800.300.34133.8527.4353.53
Hex68A9772601E22861b36
Octal15025116746036422063366
Binary11010001010100111101111001100111101000101000011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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