Html Css Color HEX #61946B Laurel

📋 copy color: '#61946B'

red 97 ◦ green 148 ◦ blue 107

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

Shades of Laurel #61946B

Tints of Laurel #61946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 27.56%
G = 42.05%
B = 30.4%

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

#61946B (or 0x61946B) is known color: Laurel. HEX triplet: 61, 94 and 6B. RGB value is (97,148,107). Sum of RGB (Red+Green+Blue) = 97+148+107=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #61946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61946B is #9E6B94. Grayscale: #808080. Windows color (decimal): -10382229 or 7050337. OLE color: 7050337.

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

Color convert

RGB 97 148 107 -
CMYK 0.34 0 0.28 0.42
HSL 131.76º 0.21% 0.48% -
HSV(B) 131.76º 0.34% 0.58% -
XYZ 18.17 24.78 17.74 -
YUV 128.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 97 148 107 0.34 0 0.28 0.42 131.76 0.21 0.48
Hex 61 94 6B 22 0 1C 2A 84 15 30
Octal 141 224 153 42 0 34 52 204 25 60
Binary 1100001 10010100 1101011 100010 0 11100 101010 10000100 10101 110000

Color Harmonies of #61946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61946B

Black with #61946B

Text Example


Text Example

White with #61946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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