Html Css Color HEX #61966B Laurel

📋 copy color: '#61966B'

red 97 ◦ green 150 ◦ blue 107

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

Shades of Laurel #61966B

Tints of Laurel #61966B

RGB

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

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

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

R = 27.4%
G = 42.37%
B = 30.23%

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

#61966B (or 0x61966B) is known color: Laurel. HEX triplet: 61, 96 and 6B. RGB value is (97,150,107). Sum of RGB (Red+Green+Blue) = 97+150+107=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #61966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61966B is #9E6994. Grayscale: #818181. Windows color (decimal): -10381717 or 7050849. OLE color: 7050849.

HSL color Cylindrical-coordinate representation of color #61966B: hue angle of 131.32º 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 #61966B is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 107 -
CMYK 0.35 0 0.29 0.41
HSL 131.32º 0.21% 0.48% -
HSV(B) 131.32º 0.35% 0.59% -
XYZ 18.49 25.42 17.84 -
YUV 129.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 97 150 107 0.35 0 0.29 0.41 131.32 0.21 0.48
Hex 61 96 6B 23 0 1D 29 83 15 30
Octal 141 226 153 43 0 35 51 203 25 60
Binary 1100001 10010110 1101011 100011 0 11101 101001 10000011 10101 110000

Color Harmonies of #61966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61966B

Black with #61966B

Text Example


Text Example

White with #61966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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