Html Css Color HEX #61966A Laurel

📋 copy color: '#61966A'

red 97 ◦ green 150 ◦ blue 106

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

Shades of Laurel #61966A

Tints of Laurel #61966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

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

R = 27.48%
G = 42.49%
B = 30.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#61966A (or 0x61966A) is known color: Laurel. HEX triplet: 61, 96 and 6A. RGB value is (97,150,106). Sum of RGB (Red+Green+Blue) = 97+150+106=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #61966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61966A is #9E6995. Grayscale: #818181. Windows color (decimal): -10381718 or 6985313. OLE color: 6985313.

HSL color Cylindrical-coordinate representation of color #61966A: hue angle of 130.19º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61966A is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 106 -
CMYK 0.35 0 0.29 0.41
HSL 130.19º 0.21% 0.48% -
HSV(B) 130.19º 0.35% 0.59% -
XYZ 18.44 25.39 17.57 -
YUV 129.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 97 150 106 0.35 0 0.29 0.41 130.19 0.21 0.48
Hex 61 96 6A 23 0 1D 29 82 15 30
Octal 141 226 152 43 0 35 51 202 25 60
Binary 1100001 10010110 1101010 100011 0 11101 101001 10000010 10101 110000

Color Harmonies of #61966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61966A

Black with #61966A

Text Example


Text Example

White with #61966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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