#65A374

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

Shades of Oxley #65A374

Tints of Oxley #65A374

Color information

#65A374 (or 0x65A374) is unknown color: approx Oxley. HEX triplet: 65, A3 and 74. RGB value is (101,163,116). Sum of RGB (Red+Green+Blue) = 101+163+116=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #65A374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A374 is #9A5C8B. Grayscale: #8B8B8B. Windows color (decimal): -10116236 or 7644005. OLE color: 7644005.

HSL color Cylindrical-coordinate representation of color #65A374: hue angle of 134.52º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A374 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB101163116-
CMYK0.3800.290.36
HSL134.52º25.2%51.76%-
HSV(B)134.52º38.04%63.92%-
XYZ21.6230.2221.22-
YUV139.1114.96100.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=26.58%
G=42.89%
B=30.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631160.3800.290.36134.5225.251.76
Hex65A3742601D24871934
Octal14524316446035442073164
Binary11001011010001111101001001100111011001001000011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A374; }

 p { color: rgb(101,163,116); }

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

<style>
 a { background-color: #65A374; }

 a { background-color: rgb(101,163,116); }

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

<style>
 span { border-color: #65A374; }

 span { border-color: rgb(101,163,116); }

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