Html Css Color HEX #658268 Laurel

📋 copy color: '#658268'

red 101 ◦ green 130 ◦ blue 104

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

Shades of Laurel #658268

Tints of Laurel #658268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

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

R = 30.15%
G = 38.81%
B = 31.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#658268 (or 0x658268) is known color: Laurel. HEX triplet: 65, 82 and 68. RGB value is (101,130,104). Sum of RGB (Red+Green+Blue) = 101+130+104=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #658268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658268 is #9A7D97. Grayscale: #767676. Windows color (decimal): -10124696 or 6849125. OLE color: 6849125.

HSL color Cylindrical-coordinate representation of color #658268: hue angle of 126.21º degrees, saturation: 0.13, 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 #658268 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 104 -
CMYK 0.22 0 0.2 0.49
HSL 126.21º 0.13% 0.45% -
HSV(B) 126.21º 0.22% 0.51% -
XYZ 15.85 19.73 16.07 -
YUV 118.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 101 130 104 0.22 0 0.2 0.49 126.21 0.13 0.45
Hex 65 82 68 16 0 14 31 7E D 2D
Octal 145 202 150 26 0 24 61 176 15 55
Binary 1100101 10000010 1101000 10110 0 10100 110001 1111110 1101 101101

Color Harmonies of #658268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658268

Black with #658268

Text Example


Text Example

White with #658268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658268; }

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

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

background-color css

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

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

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

border-color css

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

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

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