Html Css Color HEX #658B6B Laurel

📋 copy color: '#658B6B'

red 101 ◦ green 139 ◦ blue 107

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

Shades of Laurel #658B6B

Tints of Laurel #658B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 29.11%
G = 40.06%
B = 30.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#658B6B (or 0x658B6B) is known color: Laurel. HEX triplet: 65, 8B and 6B. RGB value is (101,139,107). Sum of RGB (Red+Green+Blue) = 101+139+107=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #658B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B6B is #9A7494. Grayscale: #7C7C7C. Windows color (decimal): -10122389 or 7048037. OLE color: 7048037.

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

Color convert

RGB 101 139 107 -
CMYK 0.27 0 0.23 0.45
HSL 129.47º 0.16% 0.47% -
HSV(B) 129.47º 0.27% 0.55% -
XYZ 17.25 22.29 17.3 -
YUV 123.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 101 139 107 0.27 0 0.23 0.45 129.47 0.16 0.47
Hex 65 8B 6B 1B 0 17 2D 81 10 2F
Octal 145 213 153 33 0 27 55 201 20 57
Binary 1100101 10001011 1101011 11011 0 10111 101101 10000001 10000 101111

Color Harmonies of #658B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B6B

Black with #658B6B

Text Example


Text Example

White with #658B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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