Html Css Color HEX #618065 Laurel

📋 copy color: '#618065'

red 97 ◦ green 128 ◦ blue 101

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

Shades of Laurel #618065

Tints of Laurel #618065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 29.75%
G = 39.26%
B = 30.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#618065 (or 0x618065) is known color: Laurel. HEX triplet: 61, 80 and 65. RGB value is (97,128,101). Sum of RGB (Red+Green+Blue) = 97+128+101=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #618065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618065 is #9E7F9A. Grayscale: #737373. Windows color (decimal): -10387355 or 6652001. OLE color: 6652001.

HSL color Cylindrical-coordinate representation of color #618065: hue angle of 127.74º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #618065 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 101 -
CMYK 0.24 0 0.21 0.50
HSL 127.74º 0.14% 0.44% -
HSV(B) 127.74º 0.24% 0.5% -
XYZ 15 18.92 15.17 -
YUV 115.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 97 128 101 0.24 0 0.21 0.50 127.74 0.14 0.44
Hex 61 80 65 18 0 15 32 80 E 2C
Octal 141 200 145 30 0 25 62 200 16 54
Binary 1100001 10000000 1100101 11000 0 10101 110010 10000000 1110 101100

Color Harmonies of #618065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618065

Black with #618065

Text Example


Text Example

White with #618065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618065; }

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

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

background-color css

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

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

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

border-color css

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

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

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