#61986F

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

Shades of Oxley #61986F

Tints of Oxley #61986F

Color information

#61986F (or 0x61986F) is unknown color: approx Oxley. HEX triplet: 61, 98 and 6F. RGB value is (97,152,111). Sum of RGB (Red+Green+Blue) = 97+152+111=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #61986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61986F is #9E6790. Grayscale: #828282. Windows color (decimal): -10381201 or 7313505. OLE color: 7313505.

HSL color Cylindrical-coordinate representation of color #61986F: hue angle of 135.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61986F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB97152111-
CMYK0.3600.270.40
HSL135.27º22.09%48.82%-
HSV(B)135.27º36.18%59.61%-
XYZ19.0326.1519.08-
YUV130.88116.78103.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=26.94%
G=42.22%
B=30.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521110.3600.270.40135.2722.0948.82
Hex61986F2401B28871631
Octal14123015744033502072661
Binary11000011001100011011111001000110111010001000011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61986F; }

 p { color: rgb(97,152,111); }

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

<style>
 a { background-color: #61986F; }

 a { background-color: rgb(97,152,111); }

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

<style>
 span { border-color: #61986F; }

 span { border-color: rgb(97,152,111); }

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