Html Css Color HEX #659877 Oxley

📋 copy color: '#659877'

red 101 ◦ green 152 ◦ blue 119

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

Shades of Oxley #659877

Tints of Oxley #659877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 27.15%
G = 40.86%
B = 31.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#659877 (or 0x659877) is known color: Oxley. HEX triplet: 65, 98 and 77. RGB value is (101,152,119). Sum of RGB (Red+Green+Blue) = 101+152+119=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #659877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659877 is #9A6788. Grayscale: #858585. Windows color (decimal): -10119049 or 7837797. OLE color: 7837797.

HSL color Cylindrical-coordinate representation of color #659877: hue angle of 141.18º degrees, saturation: 0.2, 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 #659877 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 119 -
CMYK 0.34 0 0.22 0.40
HSL 141.18º 0.2% 0.5% -
HSV(B) 141.18º 0.34% 0.6% -
XYZ 19.92 26.56 21.53 -
YUV 132.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 101 152 119 0.34 0 0.22 0.40 141.18 0.2 0.5
Hex 65 98 77 22 0 16 28 8D 14 32
Octal 145 230 167 42 0 26 50 215 24 62
Binary 1100101 10011000 1110111 100010 0 10110 101000 10001101 10100 110010

Color Harmonies of #659877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659877

Black with #659877

Text Example


Text Example

White with #659877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659877; }

 p { color: rgb(101,152,119); }

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

background-color css

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

 a { background-color: rgb(101,152,119); }

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

border-color css

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

 span { border-color: rgb(101,152,119); }

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