Html Css Color HEX #658B6C Laurel

📋 copy color: '#658B6C'

red 101 ◦ green 139 ◦ blue 108

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

Shades of Laurel #658B6C

Tints of Laurel #658B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 29.02%
G = 39.94%
B = 31.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#658B6C (or 0x658B6C) is known color: Laurel. HEX triplet: 65, 8B and 6C. RGB value is (101,139,108). Sum of RGB (Red+Green+Blue) = 101+139+108=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #658B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B6C is #9A7493. Grayscale: #7C7C7C. Windows color (decimal): -10122388 or 7113573. OLE color: 7113573.

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

Color convert

RGB 101 139 108 -
CMYK 0.27 0 0.22 0.45
HSL 131.05º 0.16% 0.47% -
HSV(B) 131.05º 0.27% 0.55% -
XYZ 17.31 22.31 17.58 -
YUV 124.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 101 139 108 0.27 0 0.22 0.45 131.05 0.16 0.47
Hex 65 8B 6C 1B 0 16 2D 83 10 2F
Octal 145 213 154 33 0 26 55 203 20 57
Binary 1100101 10001011 1101100 11011 0 10110 101101 10000011 10000 101111

Color Harmonies of #658B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B6C

Black with #658B6C

Text Example


Text Example

White with #658B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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