Html Css Color HEX #658B73 Oxley

📋 copy color: '#658B73'

red 101 ◦ green 139 ◦ blue 115

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

Shades of Oxley #658B73

Tints of Oxley #658B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 28.45%
G = 39.15%
B = 32.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#658B73 (or 0x658B73) is known color: Oxley. HEX triplet: 65, 8B and 73. RGB value is (101,139,115). Sum of RGB (Red+Green+Blue) = 101+139+115=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #658B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B73 is #9A748C. Grayscale: #7C7C7C. Windows color (decimal): -10122381 or 7572325. OLE color: 7572325.

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

Color convert

RGB 101 139 115 -
CMYK 0.27 0 0.17 0.45
HSL 142.11º 0.16% 0.47% -
HSV(B) 142.11º 0.27% 0.55% -
XYZ 17.69 22.47 19.62 -
YUV 124.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 101 139 115 0.27 0 0.17 0.45 142.11 0.16 0.47
Hex 65 8B 73 1B 0 11 2D 8E 10 2F
Octal 145 213 163 33 0 21 55 216 20 57
Binary 1100101 10001011 1110011 11011 0 10001 101101 10001110 10000 101111

Color Harmonies of #658B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B73

Black with #658B73

Text Example


Text Example

White with #658B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,139,115); }

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

background-color css

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

 a { background-color: rgb(101,139,115); }

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

border-color css

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

 span { border-color: rgb(101,139,115); }

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