Html Css Color HEX #61936B Laurel

📋 copy color: '#61936B'

red 97 ◦ green 147 ◦ blue 107

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

Shades of Laurel #61936B

Tints of Laurel #61936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.88%

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

R = 27.64%
G = 41.88%
B = 30.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#61936B (or 0x61936B) is known color: Laurel. HEX triplet: 61, 93 and 6B. RGB value is (97,147,107). Sum of RGB (Red+Green+Blue) = 97+147+107=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #61936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61936B is #9E6C94. Grayscale: #7F7F7F. Windows color (decimal): -10382485 or 7050081. OLE color: 7050081.

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

Color convert

RGB 97 147 107 -
CMYK 0.34 0 0.27 0.42
HSL 132º 0.2% 0.48% -
HSV(B) 132º 0.34% 0.58% -
XYZ 18.02 24.47 17.68 -
YUV 127.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 97 147 107 0.34 0 0.27 0.42 132 0.2 0.48
Hex 61 93 6B 22 0 1B 2A 84 14 30
Octal 141 223 153 42 0 33 52 204 24 60
Binary 1100001 10010011 1101011 100010 0 11011 101010 10000100 10100 110000

Color Harmonies of #61936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61936B

Black with #61936B

Text Example


Text Example

White with #61936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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