Html Css Color HEX #658B72 Oxley

📋 copy color: '#658B72'

red 101 ◦ green 139 ◦ blue 114

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

Shades of Oxley #658B72

Tints of Oxley #658B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 28.53%
G = 39.27%
B = 32.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#658B72 (or 0x658B72) is known color: Oxley. HEX triplet: 65, 8B and 72. RGB value is (101,139,114). Sum of RGB (Red+Green+Blue) = 101+139+114=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #658B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B72 is #9A748D. Grayscale: #7C7C7C. Windows color (decimal): -10122382 or 7506789. OLE color: 7506789.

HSL color Cylindrical-coordinate representation of color #658B72: hue angle of 140.53º 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 #658B72 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 139 114 -
CMYK 0.27 0 0.18 0.45
HSL 140.53º 0.16% 0.47% -
HSV(B) 140.53º 0.27% 0.55% -
XYZ 17.64 22.45 19.32 -
YUV 124.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 101 139 114 0.27 0 0.18 0.45 140.53 0.16 0.47
Hex 65 8B 72 1B 0 12 2D 8D 10 2F
Octal 145 213 162 33 0 22 55 215 20 57
Binary 1100101 10001011 1110010 11011 0 10010 101101 10001101 10000 101111

Color Harmonies of #658B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B72

Black with #658B72

Text Example


Text Example

White with #658B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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