#61986C

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

Shades of Oxley #61986C

Tints of Oxley #61986C

Color information

#61986C (or 0x61986C) is unknown color: approx Oxley. HEX triplet: 61, 98 and 6C. RGB value is (97,152,108). Sum of RGB (Red+Green+Blue) = 97+152+108=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #61986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61986C is #9E6793. Grayscale: #828282. Windows color (decimal): -10381204 or 7116897. OLE color: 7116897.

HSL color Cylindrical-coordinate representation of color #61986C: hue angle of 132º 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 #61986C is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB97152108-
CMYK0.3600.290.40
HSL132º22.09%48.82%-
HSV(B)132º36.18%59.61%-
XYZ18.8626.0818.23-
YUV130.54115.28104.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=27.17%
G=42.58%
B=30.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521080.3600.290.4013222.0948.82
Hex61986C2401D28841631
Octal14123015444035502042661
Binary11000011001100011011001001000111011010001000010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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