Html Css Color HEX #619469 Laurel

📋 copy color: '#619469'

red 97 ◦ green 148 ◦ blue 105

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

Shades of Laurel #619469

Tints of Laurel #619469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 27.71%
G = 42.29%
B = 30%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#619469 (or 0x619469) is known color: Laurel. HEX triplet: 61, 94 and 69. RGB value is (97,148,105). Sum of RGB (Red+Green+Blue) = 97+148+105=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #619469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619469 is #9E6B96. Grayscale: #7F7F7F. Windows color (decimal): -10382231 or 6919265. OLE color: 6919265.

HSL color Cylindrical-coordinate representation of color #619469: hue angle of 129.41º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619469 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 105 -
CMYK 0.34 0 0.29 0.42
HSL 129.41º 0.21% 0.48% -
HSV(B) 129.41º 0.34% 0.58% -
XYZ 18.07 24.74 17.19 -
YUV 127.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 97 148 105 0.34 0 0.29 0.42 129.41 0.21 0.48
Hex 61 94 69 22 0 1D 2A 81 15 30
Octal 141 224 151 42 0 35 52 201 25 60
Binary 1100001 10010100 1101001 100010 0 11101 101010 10000001 10101 110000

Color Harmonies of #619469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619469

Black with #619469

Text Example


Text Example

White with #619469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619469; }

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

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

background-color css

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

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

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

border-color css

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

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

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