Html Css Color HEX #658B66 Laurel

📋 copy color: '#658B66'

red 101 ◦ green 139 ◦ blue 102

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

Shades of Laurel #658B66

Tints of Laurel #658B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 29.53%
G = 40.64%
B = 29.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#658B66 (or 0x658B66) is known color: Laurel. HEX triplet: 65, 8B and 66. RGB value is (101,139,102). Sum of RGB (Red+Green+Blue) = 101+139+102=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #658B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B66 is #9A7499. Grayscale: #7B7B7B. Windows color (decimal): -10122394 or 6720357. OLE color: 6720357.

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

Color convert

RGB 101 139 102 -
CMYK 0.27 0 0.27 0.45
HSL 121.58º 0.16% 0.47% -
HSV(B) 121.58º 0.27% 0.55% -
XYZ 17 22.19 15.96 -
YUV 123.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 101 139 102 0.27 0 0.27 0.45 121.58 0.16 0.47
Hex 65 8B 66 1B 0 1B 2D 7A 10 2F
Octal 145 213 146 33 0 33 55 172 20 57
Binary 1100101 10001011 1100110 11011 0 11011 101101 1111010 10000 101111

Color Harmonies of #658B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B66

Black with #658B66

Text Example


Text Example

White with #658B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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