Html Css Color HEX #61916A Laurel

📋 copy color: '#61916A'

red 97 ◦ green 145 ◦ blue 106

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

Shades of Laurel #61916A

Tints of Laurel #61916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

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

R = 27.87%
G = 41.67%
B = 30.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#61916A (or 0x61916A) is known color: Laurel. HEX triplet: 61, 91 and 6A. RGB value is (97,145,106). Sum of RGB (Red+Green+Blue) = 97+145+106=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #61916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61916A is #9E6E95. Grayscale: #7E7E7E. Windows color (decimal): -10382998 or 6984033. OLE color: 6984033.

HSL color Cylindrical-coordinate representation of color #61916A: hue angle of 131.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61916A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 106 -
CMYK 0.33 0 0.27 0.43
HSL 131.25º 0.2% 0.47% -
HSV(B) 131.25º 0.33% 0.57% -
XYZ 17.66 23.83 17.31 -
YUV 126.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 97 145 106 0.33 0 0.27 0.43 131.25 0.2 0.47
Hex 61 91 6A 21 0 1B 2B 83 14 2F
Octal 141 221 152 41 0 33 53 203 24 57
Binary 1100001 10010001 1101010 100001 0 11011 101011 10000011 10100 101111

Color Harmonies of #61916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61916A

Black with #61916A

Text Example


Text Example

White with #61916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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