Html Css Color HEX #659069 Laurel

📋 copy color: '#659069'

red 101 ◦ green 144 ◦ blue 105

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

Shades of Laurel #659069

Tints of Laurel #659069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

 BLUE value IS 105 (41.41% from 255) = 30%

R = 28.86%
G = 41.14%
B = 30%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#659069 (or 0x659069) is known color: Laurel. HEX triplet: 65, 90 and 69. RGB value is (101,144,105). Sum of RGB (Red+Green+Blue) = 101+144+105=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #659069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659069 is #9A6F96. Grayscale: #7E7E7E. Windows color (decimal): -10121111 or 6918245. OLE color: 6918245.

HSL color Cylindrical-coordinate representation of color #659069: hue angle of 125.58º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659069 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 105 -
CMYK 0.30 0 0.27 0.44
HSL 125.58º 0.18% 0.48% -
HSV(B) 125.58º 0.3% 0.56% -
XYZ 17.89 23.73 17 -
YUV 126.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 101 144 105 0.30 0 0.27 0.44 125.58 0.18 0.48
Hex 65 90 69 1E 0 1B 2C 7E 12 30
Octal 145 220 151 36 0 33 54 176 22 60
Binary 1100101 10010000 1101001 11110 0 11011 101100 1111110 10010 110000

Color Harmonies of #659069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659069

Black with #659069

Text Example


Text Example

White with #659069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659069; }

 p { color: rgb(101,144,105); }

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

background-color css

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

 a { background-color: rgb(101,144,105); }

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

border-color css

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

 span { border-color: rgb(101,144,105); }

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