Html Css Color HEX #658468 Laurel

📋 copy color: '#658468'

red 101 ◦ green 132 ◦ blue 104

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

Shades of Laurel #658468

Tints of Laurel #658468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

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

R = 29.97%
G = 39.17%
B = 30.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#658468 (or 0x658468) is known color: Laurel. HEX triplet: 65, 84 and 68. RGB value is (101,132,104). Sum of RGB (Red+Green+Blue) = 101+132+104=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #658468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658468 is #9A7B97. Grayscale: #777777. Windows color (decimal): -10124184 or 6849637. OLE color: 6849637.

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

Color convert

RGB 101 132 104 -
CMYK 0.23 0 0.21 0.48
HSL 125.81º 0.13% 0.46% -
HSV(B) 125.81º 0.23% 0.52% -
XYZ 16.12 20.27 16.16 -
YUV 119.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 101 132 104 0.23 0 0.21 0.48 125.81 0.13 0.46
Hex 65 84 68 17 0 15 30 7E D 2E
Octal 145 204 150 27 0 25 60 176 15 56
Binary 1100101 10000100 1101000 10111 0 10101 110000 1111110 1101 101110

Color Harmonies of #658468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658468

Black with #658468

Text Example


Text Example

White with #658468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658468; }

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

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

background-color css

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

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

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

border-color css

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

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

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