Html Css Color HEX #61956B Laurel

📋 copy color: '#61956B'

red 97 ◦ green 149 ◦ blue 107

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

Shades of Laurel #61956B

Tints of Laurel #61956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

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

R = 27.48%
G = 42.21%
B = 30.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#61956B (or 0x61956B) is known color: Laurel. HEX triplet: 61, 95 and 6B. RGB value is (97,149,107). Sum of RGB (Red+Green+Blue) = 97+149+107=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #61956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61956B is #9E6A94. Grayscale: #808080. Windows color (decimal): -10381973 or 7050593. OLE color: 7050593.

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

Color convert

RGB 97 149 107 -
CMYK 0.35 0 0.28 0.42
HSL 131.54º 0.21% 0.48% -
HSV(B) 131.54º 0.35% 0.58% -
XYZ 18.33 25.1 17.79 -
YUV 128.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 97 149 107 0.35 0 0.28 0.42 131.54 0.21 0.48
Hex 61 95 6B 23 0 1C 2A 84 15 30
Octal 141 225 153 43 0 34 52 204 25 60
Binary 1100001 10010101 1101011 100011 0 11100 101010 10000100 10101 110000

Color Harmonies of #61956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61956B

Black with #61956B

Text Example


Text Example

White with #61956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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