Html Css Color HEX #61946A Laurel

📋 copy color: '#61946A'

red 97 ◦ green 148 ◦ blue 106

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

Shades of Laurel #61946A

Tints of Laurel #61946A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 27.64%
G = 42.17%
B = 30.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#61946A (or 0x61946A) is known color: Laurel. HEX triplet: 61, 94 and 6A. RGB value is (97,148,106). Sum of RGB (Red+Green+Blue) = 97+148+106=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #61946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61946A is #9E6B95. Grayscale: #808080. Windows color (decimal): -10382230 or 6984801. OLE color: 6984801.

HSL color Cylindrical-coordinate representation of color #61946A: hue angle of 130.59º 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 #61946A is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 106 -
CMYK 0.34 0 0.28 0.42
HSL 130.59º 0.21% 0.48% -
HSV(B) 130.59º 0.34% 0.58% -
XYZ 18.12 24.76 17.46 -
YUV 127.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 97 148 106 0.34 0 0.28 0.42 130.59 0.21 0.48
Hex 61 94 6A 22 0 1C 2A 83 15 30
Octal 141 224 152 42 0 34 52 203 25 60
Binary 1100001 10010100 1101010 100010 0 11100 101010 10000011 10101 110000

Color Harmonies of #61946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61946A

Black with #61946A

Text Example


Text Example

White with #61946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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