Html Css Color HEX #659A6F Oxley

📋 copy color: '#659A6F'

red 101 ◦ green 154 ◦ blue 111

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

Shades of Oxley #659A6F

Tints of Oxley #659A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 27.6%
G = 42.08%
B = 30.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#659A6F (or 0x659A6F) is known color: Oxley. HEX triplet: 65, 9A and 6F. RGB value is (101,154,111). Sum of RGB (Red+Green+Blue) = 101+154+111=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #659A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659A6F is #9A6590. Grayscale: #858585. Windows color (decimal): -10118545 or 7314021. OLE color: 7314021.

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

Color convert

RGB 101 154 111 -
CMYK 0.34 0 0.28 0.40
HSL 131.32º 0.21% 0.5% -
HSV(B) 131.32º 0.34% 0.6% -
XYZ 19.79 27.03 19.21 -
YUV 133.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 101 154 111 0.34 0 0.28 0.40 131.32 0.21 0.5
Hex 65 9A 6F 22 0 1C 28 83 15 32
Octal 145 232 157 42 0 34 50 203 25 62
Binary 1100101 10011010 1101111 100010 0 11100 101000 10000011 10101 110010

Color Harmonies of #659A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659A6F

Black with #659A6F

Text Example


Text Example

White with #659A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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