Html Css Color HEX #658A71 Oxley

📋 copy color: '#658A71'

red 101 ◦ green 138 ◦ blue 113

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

Shades of Oxley #658A71

Tints of Oxley #658A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 28.69%
G = 39.2%
B = 32.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#658A71 (or 0x658A71) is known color: Oxley. HEX triplet: 65, 8A and 71. RGB value is (101,138,113). Sum of RGB (Red+Green+Blue) = 101+138+113=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #658A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A71 is #9A758E. Grayscale: #7C7C7C. Windows color (decimal): -10122639 or 7440997. OLE color: 7440997.

HSL color Cylindrical-coordinate representation of color #658A71: hue angle of 139.46º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658A71 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 138 113 -
CMYK 0.27 0 0.18 0.46
HSL 139.46º 0.15% 0.47% -
HSV(B) 139.46º 0.27% 0.54% -
XYZ 17.44 22.14 18.98 -
YUV 124.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 101 138 113 0.27 0 0.18 0.46 139.46 0.15 0.47
Hex 65 8A 71 1B 0 12 2E 8B F 2F
Octal 145 212 161 33 0 22 56 213 17 57
Binary 1100101 10001010 1110001 11011 0 10010 101110 10001011 1111 101111

Color Harmonies of #658A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658A71

Black with #658A71

Text Example


Text Example

White with #658A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,138,113); }

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

background-color css

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

 a { background-color: rgb(101,138,113); }

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

border-color css

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

 span { border-color: rgb(101,138,113); }

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