#65B07E

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

Shades of Oxley #65B07E

Tints of Oxley #65B07E

Color information

#65B07E (or 0x65B07E) is unknown color: approx Oxley. HEX triplet: 65, B0 and 7E. RGB value is (101,176,126). Sum of RGB (Red+Green+Blue) = 101+176+126=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #65B07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B07E is #9A4F81. Grayscale: #949494. Windows color (decimal): -10112898 or 8302693. OLE color: 8302693.

HSL color Cylindrical-coordinate representation of color #65B07E: hue angle of 140º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B07E is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB101176126-
CMYK0.4300.280.31
HSL140º32.19%54.31%-
HSV(B)140º42.61%69.02%-
XYZ24.6635.3225.26-
YUV147.88115.6594.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=25.06%
G=43.67%
B=31.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011761260.4300.280.3114032.1954.31
Hex65B07E2B01C1F8c2036
Octal14526017653034372144066
Binary11001011011000011111101010110111001111110001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,176,126); }

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

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

 a { background-color: rgb(101,176,126); }

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

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

 span { border-color: rgb(101,176,126); }

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