#65A978

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

Shades of Oxley #65A978

Tints of Oxley #65A978

Color information

#65A978 (or 0x65A978) is unknown color: approx Oxley. HEX triplet: 65, A9 and 78. RGB value is (101,169,120). Sum of RGB (Red+Green+Blue) = 101+169+120=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #65A978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A978 is #9A5687. Grayscale: #8F8F8F. Windows color (decimal): -10114696 or 7907685. OLE color: 7907685.

HSL color Cylindrical-coordinate representation of color #65A978: hue angle of 136.76º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A978 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB101169120-
CMYK0.4000.290.34
HSL136.76º28.33%52.94%-
HSV(B)136.76º40.24%66.27%-
XYZ22.9432.522.83-
YUV143.08114.9797.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 169 (66.41% from 255) = 43.33%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=25.90%
G=43.33%
B=30.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011691200.4000.290.34136.7628.3352.94
Hex65A9782801D22891c35
Octal14525117050035422113465
Binary11001011010100111110001010000111011000101000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,120); }

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

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

 a { background-color: rgb(101,169,120); }

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

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

 span { border-color: rgb(101,169,120); }

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