Html Css Color HEX #658168 Laurel

📋 copy color: '#658168'

red 101 ◦ green 129 ◦ blue 104

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

Shades of Laurel #658168

Tints of Laurel #658168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

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

R = 30.24%
G = 38.62%
B = 31.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#658168 (or 0x658168) is known color: Laurel. HEX triplet: 65, 81 and 68. RGB value is (101,129,104). Sum of RGB (Red+Green+Blue) = 101+129+104=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #658168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658168 is #9A7E97. Grayscale: #757575. Windows color (decimal): -10124952 or 6848869. OLE color: 6848869.

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

Color convert

RGB 101 129 104 -
CMYK 0.22 0 0.19 0.49
HSL 126.43º 0.12% 0.45% -
HSV(B) 126.43º 0.22% 0.51% -
XYZ 15.72 19.47 16.03 -
YUV 117.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 101 129 104 0.22 0 0.19 0.49 126.43 0.12 0.45
Hex 65 81 68 16 0 13 31 7E C 2D
Octal 145 201 150 26 0 23 61 176 14 55
Binary 1100101 10000001 1101000 10110 0 10011 110001 1111110 1100 101101

Color Harmonies of #658168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658168

Black with #658168

Text Example


Text Example

White with #658168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658168; }

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

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

background-color css

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

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

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

border-color css

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

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

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