Html Css Color HEX #658D76 Oxley

📋 copy color: '#658D76'

red 101 ◦ green 141 ◦ blue 118

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

Shades of Oxley #658D76

Tints of Oxley #658D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.17%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 28.06%
G = 39.17%
B = 32.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#658D76 (or 0x658D76) is known color: Oxley. HEX triplet: 65, 8D and 76. RGB value is (101,141,118). Sum of RGB (Red+Green+Blue) = 101+141+118=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #658D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658D76 is #9A7289. Grayscale: #7E7E7E. Windows color (decimal): -10121866 or 7769445. OLE color: 7769445.

HSL color Cylindrical-coordinate representation of color #658D76: hue angle of 145.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658D76 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 141 118 -
CMYK 0.28 0 0.16 0.45
HSL 145.5º 0.17% 0.47% -
HSV(B) 145.5º 0.28% 0.55% -
XYZ 18.16 23.12 20.65 -
YUV 126.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 101 141 118 0.28 0 0.16 0.45 145.5 0.17 0.47
Hex 65 8D 76 1C 0 10 2D 92 11 2F
Octal 145 215 166 34 0 20 55 222 21 57
Binary 1100101 10001101 1110110 11100 0 10000 101101 10010010 10001 101111

Color Harmonies of #658D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658D76

Black with #658D76

Text Example


Text Example

White with #658D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658D76; }

 p { color: rgb(101,141,118); }

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

background-color css

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

 a { background-color: rgb(101,141,118); }

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

border-color css

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

 span { border-color: rgb(101,141,118); }

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