Html Css Color HEX #658B68 Laurel

📋 copy color: '#658B68'

red 101 ◦ green 139 ◦ blue 104

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

Shades of Laurel #658B68

Tints of Laurel #658B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 29.36%
G = 40.41%
B = 30.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#658B68 (or 0x658B68) is known color: Laurel. HEX triplet: 65, 8B and 68. RGB value is (101,139,104). Sum of RGB (Red+Green+Blue) = 101+139+104=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #658B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B68 is #9A7497. Grayscale: #7B7B7B. Windows color (decimal): -10122392 or 6851429. OLE color: 6851429.

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

Color convert

RGB 101 139 104 -
CMYK 0.27 0 0.25 0.45
HSL 124.74º 0.16% 0.47% -
HSV(B) 124.74º 0.27% 0.55% -
XYZ 17.1 22.23 16.49 -
YUV 123.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 101 139 104 0.27 0 0.25 0.45 124.74 0.16 0.47
Hex 65 8B 68 1B 0 19 2D 7D 10 2F
Octal 145 213 150 33 0 31 55 175 20 57
Binary 1100101 10001011 1101000 11011 0 11001 101101 1111101 10000 101111

Color Harmonies of #658B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B68

Black with #658B68

Text Example


Text Example

White with #658B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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