Html Css Color HEX #618469 Laurel

📋 copy color: '#618469'

red 97 ◦ green 132 ◦ blue 105

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

Shades of Laurel #618469

Tints of Laurel #618469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 29.04%
G = 39.52%
B = 31.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#618469 (or 0x618469) is known color: Laurel. HEX triplet: 61, 84 and 69. RGB value is (97,132,105). Sum of RGB (Red+Green+Blue) = 97+132+105=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #618469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618469 is #9E7B96. Grayscale: #767676. Windows color (decimal): -10386327 or 6915169. OLE color: 6915169.

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

Color convert

RGB 97 132 105 -
CMYK 0.27 0 0.20 0.48
HSL 133.71º 0.15% 0.45% -
HSV(B) 133.71º 0.27% 0.52% -
XYZ 15.73 20.06 16.41 -
YUV 118.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 97 132 105 0.27 0 0.20 0.48 133.71 0.15 0.45
Hex 61 84 69 1B 0 14 30 86 F 2D
Octal 141 204 151 33 0 24 60 206 17 55
Binary 1100001 10000100 1101001 11011 0 10100 110000 10000110 1111 101101

Color Harmonies of #618469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618469

Black with #618469

Text Example


Text Example

White with #618469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618469; }

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

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

background-color css

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

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

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

border-color css

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

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

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