Html Css Color HEX #618365 Laurel

📋 copy color: '#618365'

red 97 ◦ green 131 ◦ blue 101

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

Shades of Laurel #618365

Tints of Laurel #618365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

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

R = 29.48%
G = 39.82%
B = 30.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#618365 (or 0x618365) is known color: Laurel. HEX triplet: 61, 83 and 65. RGB value is (97,131,101). Sum of RGB (Red+Green+Blue) = 97+131+101=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #618365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618365 is #9E7C9A. Grayscale: #757575. Windows color (decimal): -10386587 or 6652769. OLE color: 6652769.

HSL color Cylindrical-coordinate representation of color #618365: hue angle of 127.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #618365 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 101 -
CMYK 0.26 0 0.23 0.49
HSL 127.06º 0.15% 0.45% -
HSV(B) 127.06º 0.26% 0.51% -
XYZ 15.4 19.71 15.31 -
YUV 117.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 97 131 101 0.26 0 0.23 0.49 127.06 0.15 0.45
Hex 61 83 65 1A 0 17 31 7F F 2D
Octal 141 203 145 32 0 27 61 177 17 55
Binary 1100001 10000011 1100101 11010 0 10111 110001 1111111 1111 101101

Color Harmonies of #618365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618365

Black with #618365

Text Example


Text Example

White with #618365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618365; }

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

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

background-color css

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

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

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

border-color css

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

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

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