Html Css Color HEX #618D69 Laurel

📋 copy color: '#618D69'

red 97 ◦ green 141 ◦ blue 105

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

Shades of Laurel #618D69

Tints of Laurel #618D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

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

R = 28.28%
G = 41.11%
B = 30.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#618D69 (or 0x618D69) is known color: Laurel. HEX triplet: 61, 8D and 69. RGB value is (97,141,105). Sum of RGB (Red+Green+Blue) = 97+141+105=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #618D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D69 is #9E7296. Grayscale: #7B7B7B. Windows color (decimal): -10384023 or 6917473. OLE color: 6917473.

HSL color Cylindrical-coordinate representation of color #618D69: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D69 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 105 -
CMYK 0.31 0 0.26 0.45
HSL 130.91º 0.18% 0.47% -
HSV(B) 130.91º 0.31% 0.55% -
XYZ 17 22.61 16.83 -
YUV 123.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 97 141 105 0.31 0 0.26 0.45 130.91 0.18 0.47
Hex 61 8D 69 1F 0 1A 2D 83 12 2F
Octal 141 215 151 37 0 32 55 203 22 57
Binary 1100001 10001101 1101001 11111 0 11010 101101 10000011 10010 101111

Color Harmonies of #618D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D69

Black with #618D69

Text Example


Text Example

White with #618D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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