Html Css Color HEX #61866B Laurel

📋 copy color: '#61866B'

red 97 ◦ green 134 ◦ blue 107

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

Shades of Laurel #61866B

Tints of Laurel #61866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

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

R = 28.7%
G = 39.64%
B = 31.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#61866B (or 0x61866B) is known color: Laurel. HEX triplet: 61, 86 and 6B. RGB value is (97,134,107). Sum of RGB (Red+Green+Blue) = 97+134+107=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #61866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61866B is #9E7994. Grayscale: #777777. Windows color (decimal): -10385813 or 7046753. OLE color: 7046753.

HSL color Cylindrical-coordinate representation of color #61866B: hue angle of 136.22º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61866B is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 107 -
CMYK 0.28 0 0.20 0.47
HSL 136.22º 0.16% 0.45% -
HSV(B) 136.22º 0.28% 0.53% -
XYZ 16.11 20.65 17.05 -
YUV 119.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 97 134 107 0.28 0 0.20 0.47 136.22 0.16 0.45
Hex 61 86 6B 1C 0 14 2F 88 10 2D
Octal 141 206 153 34 0 24 57 210 20 55
Binary 1100001 10000110 1101011 11100 0 10100 101111 10001000 10000 101101

Color Harmonies of #61866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61866B

Black with #61866B

Text Example


Text Example

White with #61866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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