Html Css Color HEX #618665 Laurel

📋 copy color: '#618665'

red 97 ◦ green 134 ◦ blue 101

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

Shades of Laurel #618665

Tints of Laurel #618665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.36%

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

R = 29.22%
G = 40.36%
B = 30.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#618665 (or 0x618665) is known color: Laurel. HEX triplet: 61, 86 and 65. RGB value is (97,134,101). Sum of RGB (Red+Green+Blue) = 97+134+101=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #618665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618665 is #9E799A. Grayscale: #777777. Windows color (decimal): -10385819 or 6653537. OLE color: 6653537.

HSL color Cylindrical-coordinate representation of color #618665: hue angle of 126.49º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618665 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 101 -
CMYK 0.28 0 0.25 0.47
HSL 126.49º 0.16% 0.45% -
HSV(B) 126.49º 0.28% 0.53% -
XYZ 15.8 20.53 15.44 -
YUV 119.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 97 134 101 0.28 0 0.25 0.47 126.49 0.16 0.45
Hex 61 86 65 1C 0 19 2F 7E 10 2D
Octal 141 206 145 34 0 31 57 176 20 55
Binary 1100001 10000110 1100101 11100 0 11001 101111 1111110 10000 101101

Color Harmonies of #618665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618665

Black with #618665

Text Example


Text Example

White with #618665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618665; }

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

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

background-color css

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

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

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

border-color css

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

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

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