Html Css Color HEX #618869 Laurel

📋 copy color: '#618869'

red 97 ◦ green 136 ◦ blue 105

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

Shades of Laurel #618869

Tints of Laurel #618869

RGB

 RED value IS 97 (38.28% from 255) = 28.7%

 GREEN value IS 136 (53.52% from 255) = 40.24%

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

R = 28.7%
G = 40.24%
B = 31.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#618869 (or 0x618869) is known color: Laurel. HEX triplet: 61, 88 and 69. RGB value is (97,136,105). Sum of RGB (Red+Green+Blue) = 97+136+105=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #618869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618869 is #9E7796. Grayscale: #787878. Windows color (decimal): -10385303 or 6916193. OLE color: 6916193.

HSL color Cylindrical-coordinate representation of color #618869: hue angle of 132.31º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618869 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 105 -
CMYK 0.29 0 0.23 0.47
HSL 132.31º 0.17% 0.46% -
HSV(B) 132.31º 0.29% 0.53% -
XYZ 16.28 21.17 16.59 -
YUV 120.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 97 136 105 0.29 0 0.23 0.47 132.31 0.17 0.46
Hex 61 88 69 1D 0 17 2F 84 11 2E
Octal 141 210 151 35 0 27 57 204 21 56
Binary 1100001 10001000 1101001 11101 0 10111 101111 10000100 10001 101110

Color Harmonies of #618869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618869

Black with #618869

Text Example


Text Example

White with #618869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618869; }

 p { color: rgb(97,136,105); }

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

background-color css

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

 a { background-color: rgb(97,136,105); }

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

border-color css

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

 span { border-color: rgb(97,136,105); }

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