Html Css Color HEX #618467 Laurel

📋 copy color: '#618467'

red 97 ◦ green 132 ◦ blue 103

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

Shades of Laurel #618467

Tints of Laurel #618467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

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

R = 29.22%
G = 39.76%
B = 31.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#618467 (or 0x618467) is known color: Laurel. HEX triplet: 61, 84 and 67. RGB value is (97,132,103). Sum of RGB (Red+Green+Blue) = 97+132+103=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #618467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618467 is #9E7B98. Grayscale: #767676. Windows color (decimal): -10386329 or 6784097. OLE color: 6784097.

HSL color Cylindrical-coordinate representation of color #618467: hue angle of 130.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618467 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 103 -
CMYK 0.27 0 0.22 0.48
HSL 130.29º 0.15% 0.45% -
HSV(B) 130.29º 0.27% 0.52% -
XYZ 15.63 20.02 15.87 -
YUV 118.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 97 132 103 0.27 0 0.22 0.48 130.29 0.15 0.45
Hex 61 84 67 1B 0 16 30 82 F 2D
Octal 141 204 147 33 0 26 60 202 17 55
Binary 1100001 10000100 1100111 11011 0 10110 110000 10000010 1111 101101

Color Harmonies of #618467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618467

Black with #618467

Text Example


Text Example

White with #618467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618467; }

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

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

background-color css

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

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

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

border-color css

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

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

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