Html Css Color HEX #61906B Laurel

📋 copy color: '#61906B'

red 97 ◦ green 144 ◦ blue 107

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

Shades of Laurel #61906B

Tints of Laurel #61906B

RGB

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

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

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

R = 27.87%
G = 41.38%
B = 30.75%

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

#61906B (or 0x61906B) is known color: Laurel. HEX triplet: 61, 90 and 6B. RGB value is (97,144,107). Sum of RGB (Red+Green+Blue) = 97+144+107=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #61906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61906B is #9E6F94. Grayscale: #7D7D7D. Windows color (decimal): -10383253 or 7049313. OLE color: 7049313.

HSL color Cylindrical-coordinate representation of color #61906B: hue angle of 132.77º 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 #61906B is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 107 -
CMYK 0.33 0 0.26 0.44
HSL 132.77º 0.2% 0.47% -
HSV(B) 132.77º 0.33% 0.56% -
XYZ 17.56 23.55 17.53 -
YUV 125.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 97 144 107 0.33 0 0.26 0.44 132.77 0.2 0.47
Hex 61 90 6B 21 0 1A 2C 85 14 2F
Octal 141 220 153 41 0 32 54 205 24 57
Binary 1100001 10010000 1101011 100001 0 11010 101100 10000101 10100 101111

Color Harmonies of #61906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61906B

Black with #61906B

Text Example


Text Example

White with #61906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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