Html Css Color HEX #658368 Laurel

📋 copy color: '#658368'

red 101 ◦ green 131 ◦ blue 104

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

Shades of Laurel #658368

Tints of Laurel #658368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

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

R = 30.06%
G = 38.99%
B = 30.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#658368 (or 0x658368) is known color: Laurel. HEX triplet: 65, 83 and 68. RGB value is (101,131,104). Sum of RGB (Red+Green+Blue) = 101+131+104=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #658368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658368 is #9A7C97. Grayscale: #777777. Windows color (decimal): -10124440 or 6849381. OLE color: 6849381.

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

Color convert

RGB 101 131 104 -
CMYK 0.23 0 0.21 0.49
HSL 126º 0.13% 0.45% -
HSV(B) 126º 0.23% 0.51% -
XYZ 15.98 20 16.11 -
YUV 118.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 101 131 104 0.23 0 0.21 0.49 126 0.13 0.45
Hex 65 83 68 17 0 15 31 7E D 2D
Octal 145 203 150 27 0 25 61 176 15 55
Binary 1100101 10000011 1101000 10111 0 10101 110001 1111110 1101 101101

Color Harmonies of #658368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658368

Black with #658368

Text Example


Text Example

White with #658368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658368; }

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

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

background-color css

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

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

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

border-color css

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

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

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