Html Css Color HEX #659A6E Oxley

📋 copy color: '#659A6E'

red 101 ◦ green 154 ◦ blue 110

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

Shades of Oxley #659A6E

Tints of Oxley #659A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 27.67%
G = 42.19%
B = 30.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#659A6E (or 0x659A6E) is known color: Oxley. HEX triplet: 65, 9A and 6E. RGB value is (101,154,110). Sum of RGB (Red+Green+Blue) = 101+154+110=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #659A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659A6E is #9A6591. Grayscale: #858585. Windows color (decimal): -10118546 or 7248485. OLE color: 7248485.

HSL color Cylindrical-coordinate representation of color #659A6E: hue angle of 130.19º 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 #659A6E is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 154 110 -
CMYK 0.34 0 0.29 0.40
HSL 130.19º 0.21% 0.5% -
HSV(B) 130.19º 0.34% 0.6% -
XYZ 19.74 27 18.92 -
YUV 133.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 101 154 110 0.34 0 0.29 0.40 130.19 0.21 0.5
Hex 65 9A 6E 22 0 1D 28 82 15 32
Octal 145 232 156 42 0 35 50 202 25 62
Binary 1100101 10011010 1101110 100010 0 11101 101000 10000010 10101 110010

Color Harmonies of #659A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659A6E

Black with #659A6E

Text Example


Text Example

White with #659A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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