#61996C

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

Shades of Oxley #61996C

Tints of Oxley #61996C

Color information

#61996C (or 0x61996C) is unknown color: approx Oxley. HEX triplet: 61, 99 and 6C. RGB value is (97,153,108). Sum of RGB (Red+Green+Blue) = 97+153+108=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #61996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61996C is #9E6693. Grayscale: #838383. Windows color (decimal): -10380948 or 7117153. OLE color: 7117153.

HSL color Cylindrical-coordinate representation of color #61996C: hue angle of 131.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61996C is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB97153108-
CMYK0.3700.290.4
HSL131.79º22.4%49.02%-
HSV(B)131.79º36.6%60%-
XYZ19.0326.4118.28-
YUV131.13114.95103.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=27.09%
G=42.74%
B=30.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531080.3700.290.4131.7922.449.02
Hex61996C2501D28841631
Octal14123115445035502042661
Binary11000011001100111011001001010111011010001000010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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