Html Css Color HEX #618464 Laurel

📋 copy color: '#618464'

red 97 ◦ green 132 ◦ blue 100

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

Shades of Laurel #618464

Tints of Laurel #618464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 29.48%
G = 40.12%
B = 30.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#618464 (or 0x618464) is known color: Laurel. HEX triplet: 61, 84 and 64. RGB value is (97,132,100). Sum of RGB (Red+Green+Blue) = 97+132+100=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #618464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618464 is #9E7B9B. Grayscale: #757575. Windows color (decimal): -10386332 or 6587489. OLE color: 6587489.

HSL color Cylindrical-coordinate representation of color #618464: hue angle of 125.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618464 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 100 -
CMYK 0.27 0 0.24 0.48
HSL 125.14º 0.15% 0.45% -
HSV(B) 125.14º 0.27% 0.52% -
XYZ 15.48 19.96 15.09 -
YUV 117.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 97 132 100 0.27 0 0.24 0.48 125.14 0.15 0.45
Hex 61 84 64 1B 0 18 30 7D F 2D
Octal 141 204 144 33 0 30 60 175 17 55
Binary 1100001 10000100 1100100 11011 0 11000 110000 1111101 1111 101101

Color Harmonies of #618464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618464

Black with #618464

Text Example


Text Example

White with #618464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618464; }

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

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

background-color css

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

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

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

border-color css

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

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

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