Html Css Color HEX #618067 Laurel

📋 copy color: '#618067'

red 97 ◦ green 128 ◦ blue 103

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

Shades of Laurel #618067

Tints of Laurel #618067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 29.57%
G = 39.02%
B = 31.4%

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

#618067 (or 0x618067) is known color: Laurel. HEX triplet: 61, 80 and 67. RGB value is (97,128,103). Sum of RGB (Red+Green+Blue) = 97+128+103=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #618067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618067 is #9E7F98. Grayscale: #737373. Windows color (decimal): -10387353 or 6783073. OLE color: 6783073.

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

Color convert

RGB 97 128 103 -
CMYK 0.24 0 0.20 0.50
HSL 131.61º 0.14% 0.44% -
HSV(B) 131.61º 0.24% 0.5% -
XYZ 15.1 18.96 15.7 -
YUV 115.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 97 128 103 0.24 0 0.20 0.50 131.61 0.14 0.44
Hex 61 80 67 18 0 14 32 84 E 2C
Octal 141 200 147 30 0 24 62 204 16 54
Binary 1100001 10000000 1100111 11000 0 10100 110010 10000100 1110 101100

Color Harmonies of #618067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618067

Black with #618067

Text Example


Text Example

White with #618067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618067; }

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

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

background-color css

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

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

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

border-color css

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

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

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