Html Css Color HEX #61896B Laurel

📋 copy color: '#61896B'

red 97 ◦ green 137 ◦ blue 107

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

Shades of Laurel #61896B

Tints of Laurel #61896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

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

R = 28.45%
G = 40.18%
B = 31.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#61896B (or 0x61896B) is known color: Laurel. HEX triplet: 61, 89 and 6B. RGB value is (97,137,107). Sum of RGB (Red+Green+Blue) = 97+137+107=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #61896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61896B is #9E7694. Grayscale: #797979. Windows color (decimal): -10385045 or 7047521. OLE color: 7047521.

HSL color Cylindrical-coordinate representation of color #61896B: hue angle of 135º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61896B is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 137 107 -
CMYK 0.29 0 0.22 0.46
HSL 135º 0.17% 0.46% -
HSV(B) 135º 0.29% 0.54% -
XYZ 16.53 21.49 17.19 -
YUV 121.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 97 137 107 0.29 0 0.22 0.46 135 0.17 0.46
Hex 61 89 6B 1D 0 16 2E 87 11 2E
Octal 141 211 153 35 0 26 56 207 21 56
Binary 1100001 10001001 1101011 11101 0 10110 101110 10000111 10001 101110

Color Harmonies of #61896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61896B

Black with #61896B

Text Example


Text Example

White with #61896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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