Html Css Color HEX #61986A Laurel

📋 copy color: '#61986A'

red 97 ◦ green 152 ◦ blue 106

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

Shades of Laurel #61986A

Tints of Laurel #61986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 27.32%
G = 42.82%
B = 29.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#61986A (or 0x61986A) is known color: Laurel. HEX triplet: 61, 98 and 6A. RGB value is (97,152,106). Sum of RGB (Red+Green+Blue) = 97+152+106=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #61986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61986A is #9E6795. Grayscale: #828282. Windows color (decimal): -10381206 or 6985825. OLE color: 6985825.

HSL color Cylindrical-coordinate representation of color #61986A: hue angle of 129.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61986A is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 106 -
CMYK 0.36 0 0.30 0.40
HSL 129.82º 0.22% 0.49% -
HSV(B) 129.82º 0.36% 0.6% -
XYZ 18.76 26.04 17.67 -
YUV 130.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 97 152 106 0.36 0 0.30 0.40 129.82 0.22 0.49
Hex 61 98 6A 24 0 1E 28 82 16 31
Octal 141 230 152 44 0 36 50 202 26 61
Binary 1100001 10011000 1101010 100100 0 11110 101000 10000010 10110 110001

Color Harmonies of #61986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61986A

Black with #61986A

Text Example


Text Example

White with #61986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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