Html Css Color HEX #618969 Laurel

📋 copy color: '#618969'

red 97 ◦ green 137 ◦ blue 105

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

Shades of Laurel #618969

Tints of Laurel #618969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.41%

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

R = 28.61%
G = 40.41%
B = 30.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#618969 (or 0x618969) is known color: Laurel. HEX triplet: 61, 89 and 69. RGB value is (97,137,105). Sum of RGB (Red+Green+Blue) = 97+137+105=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #618969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618969 is #9E7696. Grayscale: #797979. Windows color (decimal): -10385047 or 6916449. OLE color: 6916449.

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

Color convert

RGB 97 137 105 -
CMYK 0.29 0 0.23 0.46
HSL 132º 0.17% 0.46% -
HSV(B) 132º 0.29% 0.54% -
XYZ 16.43 21.45 16.64 -
YUV 121.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 97 137 105 0.29 0 0.23 0.46 132 0.17 0.46
Hex 61 89 69 1D 0 17 2E 84 11 2E
Octal 141 211 151 35 0 27 56 204 21 56
Binary 1100001 10001001 1101001 11101 0 10111 101110 10000100 10001 101110

Color Harmonies of #618969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618969

Black with #618969

Text Example


Text Example

White with #618969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618969; }

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

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

background-color css

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

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

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

border-color css

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

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

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