Html Css Color HEX #618965 Laurel

📋 copy color: '#618965'

red 97 ◦ green 137 ◦ blue 101

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

Shades of Laurel #618965

Tints of Laurel #618965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

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

R = 28.96%
G = 40.9%
B = 30.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#618965 (or 0x618965) is known color: Laurel. HEX triplet: 61, 89 and 65. RGB value is (97,137,101). Sum of RGB (Red+Green+Blue) = 97+137+101=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #618965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618965 is #9E769A. Grayscale: #797979. Windows color (decimal): -10385051 or 6654305. OLE color: 6654305.

HSL color Cylindrical-coordinate representation of color #618965: hue angle of 126º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618965 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 137 101 -
CMYK 0.29 0 0.26 0.46
HSL 126º 0.17% 0.46% -
HSV(B) 126º 0.29% 0.54% -
XYZ 16.22 21.37 15.58 -
YUV 120.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 97 137 101 0.29 0 0.26 0.46 126 0.17 0.46
Hex 61 89 65 1D 0 1A 2E 7E 11 2E
Octal 141 211 145 35 0 32 56 176 21 56
Binary 1100001 10001001 1100101 11101 0 11010 101110 1111110 10001 101110

Color Harmonies of #618965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618965

Black with #618965

Text Example


Text Example

White with #618965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618965; }

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

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

background-color css

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

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

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

border-color css

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

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

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