#61956D

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

Shades of Oxley #61956D

Tints of Oxley #61956D

Color information

#61956D (or 0x61956D) is unknown color: approx Oxley. HEX triplet: 61, 95 and 6D. RGB value is (97,149,109). Sum of RGB (Red+Green+Blue) = 97+149+109=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #61956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61956D is #9E6A92. Grayscale: #818181. Windows color (decimal): -10381971 or 7181665. OLE color: 7181665.

HSL color Cylindrical-coordinate representation of color #61956D: hue angle of 133.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61956D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB97149109-
CMYK0.3500.270.42
HSL133.85º21.14%48.24%-
HSV(B)133.85º34.9%58.43%-
XYZ18.4425.1418.35-
YUV128.89116.77105.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=27.32%
G=41.97%
B=30.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491090.3500.270.42133.8521.1448.24
Hex61956D2301B2A861530
Octal14122515543033522062560
Binary11000011001010111011011000110110111010101000011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61956D; }

 p { color: rgb(97,149,109); }

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

<style>
 a { background-color: #61956D; }

 a { background-color: rgb(97,149,109); }

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

<style>
 span { border-color: #61956D; }

 span { border-color: rgb(97,149,109); }

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