#61976B

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

Shades of Oxley #61976B

Tints of Oxley #61976B

Color information

#61976B (or 0x61976B) is unknown color: approx Oxley. HEX triplet: 61, 97 and 6B. RGB value is (97,151,107). Sum of RGB (Red+Green+Blue) = 97+151+107=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #61976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61976B is #9E6894. Grayscale: #818181. Windows color (decimal): -10381461 or 7051105. OLE color: 7051105.

HSL color Cylindrical-coordinate representation of color #61976B: hue angle of 131.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61976B is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB97151107-
CMYK0.3600.290.41
HSL131.11º21.77%48.63%-
HSV(B)131.11º35.76%59.22%-
XYZ18.6525.7417.89-
YUV129.84115.11104.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=27.32%
G=42.54%
B=30.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511070.3600.290.41131.1121.7748.63
Hex61976B2401D29831631
Octal14122715344035512032661
Binary11000011001011111010111001000111011010011000001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61976B; }

 p { color: rgb(97,151,107); }

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

<style>
 a { background-color: #61976B; }

 a { background-color: rgb(97,151,107); }

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

<style>
 span { border-color: #61976B; }

 span { border-color: rgb(97,151,107); }

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