#65977A

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

Shades of Oxley #65977A

Tints of Oxley #65977A

Color information

#65977A (or 0x65977A) is unknown color: approx Oxley. HEX triplet: 65, 97 and 7A. RGB value is (101,151,122). Sum of RGB (Red+Green+Blue) = 101+151+122=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #65977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65977A is #9A6885. Grayscale: #848484. Windows color (decimal): -10119302 or 8034149. OLE color: 8034149.

HSL color Cylindrical-coordinate representation of color #65977A: hue angle of 145.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65977A is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB101151122-
CMYK0.3300.190.41
HSL145.2º19.84%49.41%-
HSV(B)145.2º33.11%59.22%-
XYZ19.9526.3122.44-
YUV132.74121.94105.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=27.01%
G=40.37%
B=32.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011511220.3300.190.41145.219.8449.41
Hex65977A2101329911431
Octal14522717241023512212461
Binary11001011001011111110101000010100111010011001000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65977A; }

 p { color: rgb(101,151,122); }

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

<style>
 a { background-color: #65977A; }

 a { background-color: rgb(101,151,122); }

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

<style>
 span { border-color: #65977A; }

 span { border-color: rgb(101,151,122); }

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