Html Css Color HEX #658B6E Laurel

📋 copy color: '#658B6E'

red 101 ◦ green 139 ◦ blue 110

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

Shades of Laurel #658B6E

Tints of Laurel #658B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 28.86%
G = 39.71%
B = 31.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#658B6E (or 0x658B6E) is known color: Laurel. HEX triplet: 65, 8B and 6E. RGB value is (101,139,110). Sum of RGB (Red+Green+Blue) = 101+139+110=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #658B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B6E is #9A7491. Grayscale: #7C7C7C. Windows color (decimal): -10122386 or 7244645. OLE color: 7244645.

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

Color convert

RGB 101 139 110 -
CMYK 0.27 0 0.21 0.45
HSL 134.21º 0.16% 0.47% -
HSV(B) 134.21º 0.27% 0.55% -
XYZ 17.41 22.36 18.15 -
YUV 124.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 101 139 110 0.27 0 0.21 0.45 134.21 0.16 0.47
Hex 65 8B 6E 1B 0 15 2D 86 10 2F
Octal 145 213 156 33 0 25 55 206 20 57
Binary 1100101 10001011 1101110 11011 0 10101 101101 10000110 10000 101111

Color Harmonies of #658B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B6E

Black with #658B6E

Text Example


Text Example

White with #658B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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