#61916E

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

Shades of Oxley #61916E

Tints of Oxley #61916E

Color information

#61916E (or 0x61916E) is unknown color: approx Oxley. HEX triplet: 61, 91 and 6E. RGB value is (97,145,110). Sum of RGB (Red+Green+Blue) = 97+145+110=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #61916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61916E is #9E6E91. Grayscale: #7E7E7E. Windows color (decimal): -10382994 or 7246177. OLE color: 7246177.

HSL color Cylindrical-coordinate representation of color #61916E: hue angle of 136.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61916E is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB97145110-
CMYK0.3300.240.43
HSL136.25º19.83%47.45%-
HSV(B)136.25º33.1%56.86%-
XYZ17.8723.9218.43-
YUV126.66118.6106.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=27.56%
G=41.19%
B=31.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451100.3300.240.43136.2519.8347.45
Hex61916E210182B88142f
Octal14122115641030532102457
Binary11000011001000111011101000010110001010111000100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61916E; }

 p { color: rgb(97,145,110); }

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

<style>
 a { background-color: #61916E; }

 a { background-color: rgb(97,145,110); }

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

<style>
 span { border-color: #61916E; }

 span { border-color: rgb(97,145,110); }

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