Html Css Color HEX #618465 Laurel

📋 copy color: '#618465'

red 97 ◦ green 132 ◦ blue 101

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

Shades of Laurel #618465

Tints of Laurel #618465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 29.39%
G = 40%
B = 30.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#618465 (or 0x618465) is known color: Laurel. HEX triplet: 61, 84 and 65. RGB value is (97,132,101). Sum of RGB (Red+Green+Blue) = 97+132+101=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #618465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618465 is #9E7B9A. Grayscale: #767676. Windows color (decimal): -10386331 or 6653025. OLE color: 6653025.

HSL color Cylindrical-coordinate representation of color #618465: hue angle of 126.86º 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 #618465 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 101 -
CMYK 0.27 0 0.23 0.48
HSL 126.86º 0.15% 0.45% -
HSV(B) 126.86º 0.27% 0.52% -
XYZ 15.53 19.98 15.35 -
YUV 118 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 97 132 101 0.27 0 0.23 0.48 126.86 0.15 0.45
Hex 61 84 65 1B 0 17 30 7F F 2D
Octal 141 204 145 33 0 27 60 177 17 55
Binary 1100001 10000100 1100101 11011 0 10111 110000 1111111 1111 101101

Color Harmonies of #618465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618465

Black with #618465

Text Example


Text Example

White with #618465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618465; }

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

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

background-color css

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

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

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

border-color css

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

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

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