Html Css Color HEX #618B64 Laurel

📋 copy color: '#618B64'

red 97 ◦ green 139 ◦ blue 100

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

Shades of Laurel #618B64

Tints of Laurel #618B64

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 28.87%
G = 41.37%
B = 29.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#618B64 (or 0x618B64) is known color: Laurel. HEX triplet: 61, 8B and 64. RGB value is (97,139,100). Sum of RGB (Red+Green+Blue) = 97+139+100=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #618B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B64 is #9E749B. Grayscale: #7A7A7A. Windows color (decimal): -10384540 or 6589281. OLE color: 6589281.

HSL color Cylindrical-coordinate representation of color #618B64: hue angle of 124.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B64 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 100 -
CMYK 0.30 0 0.28 0.45
HSL 124.29º 0.18% 0.46% -
HSV(B) 124.29º 0.3% 0.55% -
XYZ 16.46 21.93 15.42 -
YUV 122 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 97 139 100 0.30 0 0.28 0.45 124.29 0.18 0.46
Hex 61 8B 64 1E 0 1C 2D 7C 12 2E
Octal 141 213 144 36 0 34 55 174 22 56
Binary 1100001 10001011 1100100 11110 0 11100 101101 1111100 10010 101110

Color Harmonies of #618B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B64

Black with #618B64

Text Example


Text Example

White with #618B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,139,100); }

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

background-color css

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

 a { background-color: rgb(97,139,100); }

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

border-color css

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

 span { border-color: rgb(97,139,100); }

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