Html Css Color HEX #659A7B Oxley

📋 copy color: '#659A7B'

red 101 ◦ green 154 ◦ blue 123

#659A7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #659A7B

Tints of Oxley #659A7B

RGB

 RED value IS 101 (39.84% from 255) = 26.72%

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 26.72%
G = 40.74%
B = 32.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#659A7B (or 0x659A7B) is known color: Oxley. HEX triplet: 65, 9A and 7B. RGB value is (101,154,123). Sum of RGB (Red+Green+Blue) = 101+154+123=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #659A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659A7B is #9A6584. Grayscale: #868686. Windows color (decimal): -10118533 or 8100453. OLE color: 8100453.

HSL color Cylindrical-coordinate representation of color #659A7B: hue angle of 144.91º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659A7B is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 154 123 -
CMYK 0.34 0 0.20 0.40
HSL 144.91º 0.21% 0.5% -
HSV(B) 144.91º 0.34% 0.6% -
XYZ 20.5 27.31 22.93 -
YUV 134.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 101 154 123 0.34 0 0.20 0.40 144.91 0.21 0.5
Hex 65 9A 7B 22 0 14 28 91 15 32
Octal 145 232 173 42 0 24 50 221 25 62
Binary 1100101 10011010 1111011 100010 0 10100 101000 10010001 10101 110010

Color Harmonies of #659A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659A7B

Black with #659A7B

Text Example


Text Example

White with #659A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659A7B; }

 p { color: rgb(101,154,123); }

 H1.HeaderClassName
 {
   color: #659A7B;
 }
 .AnyTagClassName
 {
   color: #659A7B;
 }
</style>

background-color css

<style>
 a { background-color: #659A7B; }

 a { background-color: rgb(101,154,123); }

 div.DivClassName
 {
   background-color: #659A7B;
 }
 .BgClassName
 {
   background-color: #659A7B;
 }
</style>

border-color css

<style>
 span { border-color: #659A7B; }

 span { border-color: rgb(101,154,123); }

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