Html Css Color HEX #618066 Laurel

📋 copy color: '#618066'

red 97 ◦ green 128 ◦ blue 102

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

Shades of Laurel #618066

Tints of Laurel #618066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 29.66%
G = 39.14%
B = 31.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#618066 (or 0x618066) is known color: Laurel. HEX triplet: 61, 80 and 66. RGB value is (97,128,102). Sum of RGB (Red+Green+Blue) = 97+128+102=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #618066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618066 is #9E7F99. Grayscale: #737373. Windows color (decimal): -10387354 or 6717537. OLE color: 6717537.

HSL color Cylindrical-coordinate representation of color #618066: hue angle of 129.68º 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 #618066 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 102 -
CMYK 0.24 0 0.20 0.50
HSL 129.68º 0.14% 0.44% -
HSV(B) 129.68º 0.24% 0.5% -
XYZ 15.05 18.94 15.43 -
YUV 115.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 97 128 102 0.24 0 0.20 0.50 129.68 0.14 0.44
Hex 61 80 66 18 0 14 32 82 E 2C
Octal 141 200 146 30 0 24 62 202 16 54
Binary 1100001 10000000 1100110 11000 0 10100 110010 10000010 1110 101100

Color Harmonies of #618066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618066

Black with #618066

Text Example


Text Example

White with #618066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618066; }

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

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

background-color css

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

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

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

border-color css

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

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

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