#68A570

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

Shades of Oxley #68A570

Tints of Oxley #68A570

Color information

#68A570 (or 0x68A570) is unknown color: approx Oxley. HEX triplet: 68, A5 and 70. RGB value is (104,165,112). Sum of RGB (Red+Green+Blue) = 104+165+112=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #68A570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A570 is #975A8F. Grayscale: #8C8C8C. Windows color (decimal): -9919120 or 7382376. OLE color: 7382376.

HSL color Cylindrical-coordinate representation of color #68A570: hue angle of 127.87º degrees, saturation: 0.25, 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 #68A570 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB104165112-
CMYK0.3700.320.35
HSL127.87º25.31%52.75%-
HSV(B)127.87º36.97%64.71%-
XYZ22.0931.0220.15-
YUV140.72111.79101.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=27.30%
G=43.31%
B=29.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651120.3700.320.35127.8725.3152.75
Hex68A5702502023801935
Octal15024516045040432003165
Binary110100010100101111000010010101000001000111000000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,112); }

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

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

 a { background-color: rgb(104,165,112); }

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

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

 span { border-color: rgb(104,165,112); }

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