Html Css Color HEX #61906A Laurel

📋 copy color: '#61906A'

red 97 ◦ green 144 ◦ blue 106

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

Shades of Laurel #61906A

Tints of Laurel #61906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 27.95%
G = 41.5%
B = 30.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#61906A (or 0x61906A) is known color: Laurel. HEX triplet: 61, 90 and 6A. RGB value is (97,144,106). Sum of RGB (Red+Green+Blue) = 97+144+106=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #61906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61906A is #9E6F95. Grayscale: #7D7D7D. Windows color (decimal): -10383254 or 6983777. OLE color: 6983777.

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

Color convert

RGB 97 144 106 -
CMYK 0.33 0 0.26 0.44
HSL 131.49º 0.2% 0.47% -
HSV(B) 131.49º 0.33% 0.56% -
XYZ 17.5 23.53 17.25 -
YUV 125.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 97 144 106 0.33 0 0.26 0.44 131.49 0.2 0.47
Hex 61 90 6A 21 0 1A 2C 83 14 2F
Octal 141 220 152 41 0 32 54 203 24 57
Binary 1100001 10010000 1101010 100001 0 11010 101100 10000011 10100 101111

Color Harmonies of #61906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61906A

Black with #61906A

Text Example


Text Example

White with #61906A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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