Html Css Color HEX #618D68 Laurel

📋 copy color: '#618D68'

red 97 ◦ green 141 ◦ blue 104

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

Shades of Laurel #618D68

Tints of Laurel #618D68

RGB

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

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

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

R = 28.36%
G = 41.23%
B = 30.41%

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

#618D68 (or 0x618D68) is known color: Laurel. HEX triplet: 61, 8D and 68. RGB value is (97,141,104). Sum of RGB (Red+Green+Blue) = 97+141+104=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #618D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D68 is #9E7297. Grayscale: #7B7B7B. Windows color (decimal): -10384024 or 6851937. OLE color: 6851937.

HSL color Cylindrical-coordinate representation of color #618D68: hue angle of 129.55º 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 #618D68 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 104 -
CMYK 0.31 0 0.26 0.45
HSL 129.55º 0.18% 0.47% -
HSV(B) 129.55º 0.31% 0.55% -
XYZ 16.95 22.59 16.56 -
YUV 123.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 97 141 104 0.31 0 0.26 0.45 129.55 0.18 0.47
Hex 61 8D 68 1F 0 1A 2D 82 12 2F
Octal 141 215 150 37 0 32 55 202 22 57
Binary 1100001 10001101 1101000 11111 0 11010 101101 10000010 10010 101111

Color Harmonies of #618D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D68

Black with #618D68

Text Example


Text Example

White with #618D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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