Html Css Color HEX #658568 Laurel

📋 copy color: '#658568'

red 101 ◦ green 133 ◦ blue 104

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

Shades of Laurel #658568

Tints of Laurel #658568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 29.88%
G = 39.35%
B = 30.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#658568 (or 0x658568) is known color: Laurel. HEX triplet: 65, 85 and 68. RGB value is (101,133,104). Sum of RGB (Red+Green+Blue) = 101+133+104=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #658568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658568 is #9A7A97. Grayscale: #787878. Windows color (decimal): -10123928 or 6849893. OLE color: 6849893.

HSL color Cylindrical-coordinate representation of color #658568: hue angle of 125.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #658568 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 104 -
CMYK 0.24 0 0.22 0.48
HSL 125.63º 0.14% 0.46% -
HSV(B) 125.63º 0.24% 0.52% -
XYZ 16.25 20.54 16.2 -
YUV 120.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 101 133 104 0.24 0 0.22 0.48 125.63 0.14 0.46
Hex 65 85 68 18 0 16 30 7E E 2E
Octal 145 205 150 30 0 26 60 176 16 56
Binary 1100101 10000101 1101000 11000 0 10110 110000 1111110 1110 101110

Color Harmonies of #658568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658568

Black with #658568

Text Example


Text Example

White with #658568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658568; }

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

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

background-color css

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

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

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

border-color css

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

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

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