#61966D

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

Shades of Oxley #61966D

Tints of Oxley #61966D

Color information

#61966D (or 0x61966D) is unknown color: approx Oxley. HEX triplet: 61, 96 and 6D. RGB value is (97,150,109). Sum of RGB (Red+Green+Blue) = 97+150+109=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #61966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61966D is #9E6992. Grayscale: #818181. Windows color (decimal): -10381715 or 7181921. OLE color: 7181921.

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

Color convert

RGB97150109-
CMYK0.3500.270.41
HSL133.58º21.46%48.43%-
HSV(B)133.58º35.33%58.82%-
XYZ18.625.4618.4-
YUV129.48116.44104.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=27.25%
G=42.13%
B=30.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971501090.3500.270.41133.5821.4648.43
Hex61966D2301B29861530
Octal14122615543033512062560
Binary11000011001011011011011000110110111010011000011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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