Html Css Color HEX #658B70 Laurel

📋 copy color: '#658B70'

red 101 ◦ green 139 ◦ blue 112

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

Shades of Laurel #658B70

Tints of Laurel #658B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 28.69%
G = 39.49%
B = 31.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#658B70 (or 0x658B70) is known color: Laurel. HEX triplet: 65, 8B and 70. RGB value is (101,139,112). Sum of RGB (Red+Green+Blue) = 101+139+112=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #658B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B70 is #9A748F. Grayscale: #7C7C7C. Windows color (decimal): -10122384 or 7375717. OLE color: 7375717.

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

Color convert

RGB 101 139 112 -
CMYK 0.27 0 0.19 0.45
HSL 137.37º 0.16% 0.47% -
HSV(B) 137.37º 0.27% 0.55% -
XYZ 17.52 22.4 18.73 -
YUV 124.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 101 139 112 0.27 0 0.19 0.45 137.37 0.16 0.47
Hex 65 8B 70 1B 0 13 2D 89 10 2F
Octal 145 213 160 33 0 23 55 211 20 57
Binary 1100101 10001011 1110000 11011 0 10011 101101 10001001 10000 101111

Color Harmonies of #658B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B70

Black with #658B70

Text Example


Text Example

White with #658B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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